0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 16:30:37 -05:00

add disable state to layer icons

This commit is contained in:
elhombretecla 2017-02-23 18:24:14 +01:00
parent d3df339375
commit bdc1a031f3

View file

@ -35,6 +35,15 @@
}
&.disable {
svg {
cursor: auto;
fill: $soft-ui-icons;
}
}
&.delete-layer {
svg {