Fix theme icon in transparent menu (#801)
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
@@ -42,3 +42,7 @@ html[data-theme='dark'] {
|
||||
color: get-dark-color('muted-text-color');
|
||||
}
|
||||
}
|
||||
|
||||
.svg-inverted {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
@@ -184,7 +184,7 @@
|
||||
background-color: get-light-color('bg-primary');
|
||||
box-shadow: $box-shadow;
|
||||
}
|
||||
#themeMenu{
|
||||
#themeMenu {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user