Skip to content

Commit

Permalink
CSS: Let i in a inherit text-decoration
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 25, 2015
1 parent ca6ed70 commit a1245b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/css/icinga/base.less
Expand Up @@ -19,6 +19,10 @@ a {
&:hover {
text-decoration: underline;
}

i {
text-decoration: inherit;
}
}

body {
Expand Down

0 comments on commit a1245b1

Please sign in to comment.