mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-07 15:15:05 +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 {
|
.menu-list-item {
|
||||||
|
@include set-color($color-text-dim);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -21,7 +22,6 @@
|
|||||||
padding: space(16);
|
padding: space(16);
|
||||||
border-radius: $border-radius-sm;
|
border-radius: $border-radius-sm;
|
||||||
background-color: rgba(0, 0, 0, 0);
|
background-color: rgba(0, 0, 0, 0);
|
||||||
color: $color-text-dim;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&--right {
|
&--right {
|
||||||
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
&:focus:not(:disabled, [disabled]),
|
&:focus:not(:disabled, [disabled]),
|
||||||
&:hover:not(:disabled, [disabled]) {
|
&:hover:not(:disabled, [disabled]) {
|
||||||
color: $color-primary;
|
@include set-color($color-primary);
|
||||||
decorator: $primary-lr-fade;
|
decorator: $primary-lr-fade;
|
||||||
|
|
||||||
.menu-list-item__bullet {
|
.menu-list-item__bullet {
|
||||||
|
Loading…
Reference in New Issue
Block a user