1
0
Fork 0

Fix black theme on some screens

This commit is contained in:
Chocobozzz 2019-06-07 11:44:43 +02:00
parent 4adf26735f
commit e5b432e04e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 11 additions and 6 deletions

View File

@ -75,22 +75,22 @@ menu {
.logged-in-more {
margin-right: 20px;
my-global-icon {
@include apply-svg-color(var(--mainBackgroundColor));
my-global-icon.dropdown-toggle {
cursor: pointer;
&::after {
border: none;
}
/deep/ {
@include apply-svg-color(var(--menuForegroundColor));
}
}
.dropdown-item {
@include dropdown-with-icon-item;
my-global-icon {
@include apply-svg-color(var(--mainForegroundColor));
width: 22px;
height: 22px;

View File

@ -32,6 +32,10 @@
.more-icon {
width: 21px;
/deep/ {
@include apply-svg-color(var(--mainForegroundColor));
}
}
&.small {

View File

@ -3,6 +3,7 @@
table {
font-size: 14px;
color: var(--mainForegroundColor);
.label {
font-weight: $font-semibold;
@ -16,4 +17,4 @@ table {
.glyphicon-remove {
color: $red;
}
}
}