r3174 committed - added rule to negate outlines on :active state, so the outlines won't ...

r3174 committed - added rule to negate outlines on :active state, so the outlines won't ...


Revision: 3174
Author: scottjehl
Date: Fri Aug 28 09:12:39 2009
Log: added rule to negate outlines on :active state, so the outlines won't
appear as much during mouse interaction.
http://code.google.com/p/jquery-ui/source/detail?r=3174
Modified:
/trunk/themes/base/ui.theme.css
=======================================
--- /trunk/themes/base/ui.theme.css    Fri Aug 28 09:11:23 2009
+++ /trunk/themes/base/ui.theme.css    Fri Aug 28 09:12:39 2009
@@ -24,6 +24,7 @@
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/;
text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid
#aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/
url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/
50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
color: #212121/*{fcActive}*/; text-decoration: none; }
+.ui-widget :active { outline: none; }
/* Interaction Cues
----------------------------------*/