Aristo-jQuery-UI-Theme icon indicating copy to clipboard operation
Aristo-jQuery-UI-Theme copied to clipboard

What happened to active/down state?

Open alanhogan opened this issue 13 years ago • 2 comments

Looking at http://www.warfuric.com/taitems/demo.html, it seems Aristo included “depressed” / reverse-gradient “down” (:active) states for buttons. Not perfect, but they gave a good pseudo-physical feeling of being activated.

But at what I understand to be an up-to-date, official demo page — http://taitems.github.com/Aristo-jQuery-UI-Theme/ — these are gone! Replaced by a mere change in color.

Frankly, this doesn’t make sense. The buttons are less buttony now. It matches the style of the active tab in Aristo's tabs — but clicking a button (temporary depression) isn’t the same as showing active/selected state. (See also: #37).

I’m curious. What was the thinking behind this change?

alanhogan avatar Jul 06 '11 18:07 alanhogan

I'll look to chuck in an inset box shadow in future, but I'm completely against simply reversing a gradient. The trouble with this approach is that it won't have any effect on IE, so we'll need to account for that.

As to why it was lost from the warfuric hosted version, I rebased the theme to a more recent themeroller output and it simply never made the jump. Some things were bound to slip through the cracks.

taitems avatar Jul 11 '11 03:07 taitems

Darkening a shade or two is good as well (and cross-browser). (Of course, IE ≤ 8 can do proprietary gradients, and IE9 can do SVG gradient backgrounds.)

Alan Hogan

http://blogic.com [email protected]

On Sunday, July 10, 2011 at 8:50 PM, taitems wrote:

I'll look to chuck in an inset box shadow in future, but I'm completely against simply reversing a gradient. The trouble with this approach is that it won't have any effect on IE, so we'll need to account for that.

As to why it was lost from the warfuric hosted version, I rebased the theme to a more recent themeroller output and it simply never made the jump. Some things were bound to slip through the cracks.

Reply to this email directly or view it on GitHub: https://github.com/taitems/Aristo-jQuery-UI-Theme/issues/36#issuecomment-1544204

alanhogan avatar Jul 11 '11 19:07 alanhogan