Skip to content

Commit

Permalink
added rule to negate outlines on :active state, so the outlines won't…
Browse files Browse the repository at this point in the history
… appear as much during mouse interaction.
  • Loading branch information
Scott Jehl committed Aug 28, 2009
1 parent 16607b1 commit 8d2caca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/base/ui.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------------------*/
Expand Down

0 comments on commit 8d2caca

Please sign in to comment.