Remove !important on border-color and background-color

This commit is contained in:
Manish Goregaokar 2020-07-15 09:29:34 -07:00
parent 0625b29813
commit a474b272f5
4 changed files with 7 additions and 10 deletions

View File

@ -1116,10 +1116,7 @@ h3 > .collapse-toggle, h4 > .collapse-toggle {
font-size: 16px;
cursor: default;
position: absolute;
/* Themes will override the color here,
but it's necessary to make it opaque */
background-color: #eee;
border: 1px solid #999;
border: 1px solid;
}
.important-traits-tooltip::after {

View File

@ -395,8 +395,8 @@ pre.ignore:hover, .information:hover + pre.ignore {
}
.important-traits-tooltiptext {
background-color: #314559 !important;
border-color: #5c6773 !important;
background-color: #314559;
border-color: #5c6773;
}
#titles > div.selected {

View File

@ -338,8 +338,8 @@ pre.ignore:hover, .information:hover + pre.ignore {
}
.important-traits-tooltiptext {
background-color: #111 !important;
border-color: #777 !important;
background-color: #111;
border-color: #777;
}
#titles > div:not(.selected) {

View File

@ -332,8 +332,8 @@ pre.ignore:hover, .information:hover + pre.ignore {
}
.important-traits-tooltiptext {
background-color: #eee !important;
border-color: #999 !important;
background-color: #eee;
border-color: #999;
}
#titles > div:not(.selected) {