mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 18:36:37 +02: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 {
|
&.delete-layer {
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue