Fix black theme on some screens
This commit is contained in:
parent
4adf26735f
commit
e5b432e04e
|
@ -75,22 +75,22 @@ menu {
|
||||||
.logged-in-more {
|
.logged-in-more {
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
|
|
||||||
my-global-icon {
|
my-global-icon.dropdown-toggle {
|
||||||
@include apply-svg-color(var(--mainBackgroundColor));
|
|
||||||
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/deep/ {
|
||||||
|
@include apply-svg-color(var(--menuForegroundColor));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-item {
|
.dropdown-item {
|
||||||
@include dropdown-with-icon-item;
|
@include dropdown-with-icon-item;
|
||||||
|
|
||||||
my-global-icon {
|
my-global-icon {
|
||||||
@include apply-svg-color(var(--mainForegroundColor));
|
|
||||||
|
|
||||||
width: 22px;
|
width: 22px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
|
|
||||||
|
|
|
@ -32,6 +32,10 @@
|
||||||
|
|
||||||
.more-icon {
|
.more-icon {
|
||||||
width: 21px;
|
width: 21px;
|
||||||
|
|
||||||
|
/deep/ {
|
||||||
|
@include apply-svg-color(var(--mainForegroundColor));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.small {
|
&.small {
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
table {
|
table {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
color: var(--mainForegroundColor);
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
font-weight: $font-semibold;
|
font-weight: $font-semibold;
|
||||||
|
@ -16,4 +17,4 @@ table {
|
||||||
.glyphicon-remove {
|
.glyphicon-remove {
|
||||||
color: $red;
|
color: $red;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue