Fixed button visibility

Now if a layer is locked or hidden, the icon will always be shown.
This commit is contained in:
unsettledgames
2020-06-19 15:25:25 +02:00
parent c498a495d5
commit 10aa6134cc
3 changed files with 11 additions and 7 deletions

View File

@ -111,7 +111,7 @@ body {
}
}
li {
.layer-button {
visibility:hidden;
height:50%;
}
@ -152,7 +152,7 @@ body {
.layers-menu-entry:hover, .selected-layer {
ul.layer-buttons li{
visibility:visible;
visibility:visible !important;
}
color: color(base, foreground, bold);