Make sure namespaces in the drop down are always black
This commit is contained in:
parent
60328e0b43
commit
4c20e6bf62
1 changed files with 5 additions and 0 deletions
|
@ -558,6 +558,7 @@ i.toggle-icon:hover {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.namespace-selector-dropdown .namespace-item {
|
.namespace-selector-dropdown .namespace-item {
|
||||||
|
@ -571,6 +572,10 @@ i.toggle-icon:hover {
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.namespace-selector-dropdown a.namespace {
|
||||||
|
color: black !important;
|
||||||
|
}
|
||||||
|
|
||||||
.namespace-selector-dropdown .namespace-item.disabled img {
|
.namespace-selector-dropdown .namespace-item.disabled img {
|
||||||
-webkit-filter: grayscale(1);
|
-webkit-filter: grayscale(1);
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
|
Reference in a new issue