unfade disabled entry's action buttons only on hover
thus the historical appearance is preserved by default
This commit is contained in:
parent
56fb1c2f93
commit
9779c0439f
|
@ -219,9 +219,15 @@ summary {
|
||||||
}
|
}
|
||||||
|
|
||||||
.disabled h2 .style-name-link,
|
.disabled h2 .style-name-link,
|
||||||
|
.disabled .actions,
|
||||||
.disabled .applies-to {
|
.disabled .applies-to {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
transition: opacity .5s .1s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.disabled:hover .actions {
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.disabled .disable {
|
.disabled .disable {
|
||||||
|
@ -268,7 +274,7 @@ summary {
|
||||||
.newUI .style-name {
|
.newUI .style-name {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
text-indent: calc(var(--checkbox-width) - var(--name-padding-left) - 1ex);
|
text-indent: calc(var(--checkbox-width) - var(--name-padding-left) - 4px);
|
||||||
padding-left: var(--name-padding-left);
|
padding-left: var(--name-padding-left);
|
||||||
padding-right: var(--name-padding-right);
|
padding-right: var(--name-padding-right);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user