Fix star icon color/stroke
This commit is contained in:
parent
1ce27c7d78
commit
9fe7aa7055
1 changed files with 1 additions and 8 deletions
|
@ -291,14 +291,7 @@
|
|||
}
|
||||
|
||||
svg {
|
||||
|
||||
path {
|
||||
fill: $layout-link-gray;
|
||||
}
|
||||
|
||||
use {
|
||||
stroke: $layout-link-gray;
|
||||
}
|
||||
fill: $layout-link-gray;
|
||||
}
|
||||
|
||||
.fa-caret-down {
|
||||
|
|
Loading…
Reference in a new issue