mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Removed unused CSS rules for old edit/merge layer actions
This commit is contained in:
parent
8989e984cb
commit
afe790e5e3
@ -49,24 +49,6 @@
|
||||
cursor : pointer;
|
||||
}
|
||||
|
||||
.layer-item .edit-icon, .layer-item .merge-icon {
|
||||
float: right;
|
||||
opacity: 0;
|
||||
transition : opacity 0.2s;
|
||||
}
|
||||
|
||||
.layer-item:hover .edit-icon, .layer-item:hover .merge-icon {
|
||||
opacity : 0.6;
|
||||
}
|
||||
|
||||
.layer-item:hover .edit-icon:hover, .layer-item:hover .merge-icon:hover {
|
||||
opacity : 1;
|
||||
}
|
||||
|
||||
.layer-item:last-child .merge-icon {
|
||||
display : none;
|
||||
}
|
||||
|
||||
.layer-item:hover {
|
||||
background : #222;
|
||||
}
|
||||
@ -94,10 +76,4 @@
|
||||
|
||||
.layers-button:last-child {
|
||||
border-right-width: 0;
|
||||
}
|
||||
|
||||
.layers-button-container .merge-icon,
|
||||
.layers-button-container .edit-icon {
|
||||
background-size : 15px;
|
||||
background-position : 50%;
|
||||
}
|
Loading…
Reference in New Issue
Block a user