Skip to content

Commit

Permalink
Theme: Don't remove outlines on active elements. Fixes #6757 - .ui-wi…
Browse files Browse the repository at this point in the history
…dget :active { outline: none; } causes slowness in FF.
  • Loading branch information
scottgonzalez committed Sep 26, 2012
1 parent 9bac5bb commit ac0f6de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion themes/base/jquery.ui.theme.css
Expand Up @@ -30,7 +30,6 @@
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .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
----------------------------------*/
Expand Down

0 comments on commit ac0f6de

Please sign in to comment.