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:
parent
d3df339375
commit
bdc1a031f3
1 changed files with 9 additions and 0 deletions
|
@ -35,6 +35,15 @@
|
|||
|
||||
}
|
||||
|
||||
&.disable {
|
||||
|
||||
svg {
|
||||
cursor: auto;
|
||||
fill: $soft-ui-icons;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&.delete-layer {
|
||||
|
||||
svg {
|
||||
|
|
Loading…
Reference in a new issue