Skip to content

Commit

Permalink
MDL-28363 make dimmed selectors more specific to prevent overriding f…
Browse files Browse the repository at this point in the history
…rom other themes
  • Loading branch information
skodak committed Jul 16, 2011
1 parent ecb8829 commit 656749c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/base/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ a.dimmed,
a.dimmed:link,
a.dimmed:visited,
a.dimmed_text,
a.dimmed_text:link,
a.dimmed_text:visited,
.dimmed_text,
.dimmed_text a,
.dimmed_text a:link,
.dimmed_text a:visited,
.dimmed_category,
.dimmed_category a {color:#AAAAAA;}

Expand Down

0 comments on commit 656749c

Please sign in to comment.