mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-05 22:35:06 +01:00
set svg img color with menu item
This commit is contained in:
parent
a06f98ab09
commit
a25f967094
@ -13,6 +13,7 @@
|
||||
*/
|
||||
|
||||
.menu-list-item {
|
||||
@include set-color($color-text-dim);
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
@ -21,7 +22,6 @@
|
||||
padding: space(16);
|
||||
border-radius: $border-radius-sm;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
color: $color-text-dim;
|
||||
cursor: pointer;
|
||||
|
||||
&--right {
|
||||
@ -41,7 +41,7 @@
|
||||
|
||||
&:focus:not(:disabled, [disabled]),
|
||||
&:hover:not(:disabled, [disabled]) {
|
||||
color: $color-primary;
|
||||
@include set-color($color-primary);
|
||||
decorator: $primary-lr-fade;
|
||||
|
||||
.menu-list-item__bullet {
|
||||
|
Loading…
Reference in New Issue
Block a user