1
Fork 0

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; font-size: 16px;
cursor: default; cursor: default;
position: absolute; position: absolute;
/* Themes will override the color here, border: 1px solid;
but it's necessary to make it opaque */
background-color: #eee;
border: 1px solid #999;
} }
.important-traits-tooltip::after { .important-traits-tooltip::after {

View file

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

View file

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

View file

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