unreachable dimming should not apply to frames

This commit is contained in:
tophf 2020-11-21 17:39:14 +03:00
parent 5e3c4dd211
commit 57e462ee31

View File

@ -778,7 +778,7 @@ body.blocked .actions > .main-controls {
margin: 0 .25em .25em 0;
}
.unreachable .entry {
.unreachable .entry:not(.frame) {
opacity: .25;
}