Skip to content

Commit

Permalink
admin screen: override fill attribute of paths
Browse files Browse the repository at this point in the history
When an svg has a fill attribute directly on the path, we need more
specifity to override it.
  • Loading branch information
splitbrain committed Feb 8, 2017
1 parent efce9e7 commit 9c5f311
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/tpl/dokuwiki/css/_admin.less
Expand Up @@ -34,6 +34,9 @@
height: 1.5em;
fill: @ini_link;
display: inline-block;
path {
fill: @ini_link;
}
}
}

Expand Down

0 comments on commit 9c5f311

Please sign in to comment.