Fix appearance of non-disabled elements

This commit is contained in:
Rob Garrison 2017-11-27 16:26:20 -06:00 committed by tophf
parent d72aa0fa36
commit 56fb1c2f93

View File

@ -15,7 +15,7 @@ body {
height: 100%;
}
a {
a, .disabled a:hover {
color: #000;
transition: color .5s;
text-decoration-skip: ink;
@ -218,8 +218,10 @@ summary {
color: white;
}
.disabled {
.disabled h2 .style-name-link,
.disabled .applies-to {
opacity: 0.5;
font-weight: normal;
}
.disabled .disable {
@ -242,11 +244,6 @@ summary {
opacity: 1;
}
.newUI .disabled .style-name,
.newUI .disabled .applies-to {
opacity: .5;
}
.newUI .entry {
display: table-row;
}
@ -289,7 +286,7 @@ summary {
pointer-events: none;
}
.newUI .style-name:hover .style-name-link {
.newUI .entry.enabled .style-name:hover .style-name-link {
color: hsla(180, 100%, 15%, 1);
}