increase not-applied opacity on name as it's #999 now

This commit is contained in:
tophf 2020-11-21 19:06:37 +03:00
parent e7ca14a6d5
commit 1cc1f8b7d0

View File

@ -310,7 +310,9 @@ a.configure[target="_blank"] .svg-icon.config {
opacity: .2;
transition: opacity .5s ease-in-out .25s, color .5s ease-in-out .25s;
}
.not-applied .style-name {
opacity: .5;
}
.not-applied:hover .checker,
.not-applied:hover .style-name,
.not-applied:hover .actions > * {