mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Fixed button visibility
Now if a layer is locked or hidden, the icon will always be shown.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user