mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 17:18:21 -05:00
🐛 Fix export multiple styles
This commit is contained in:
parent
01194d5e25
commit
d73ed95719
2 changed files with 3 additions and 2 deletions
|
@ -1464,7 +1464,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
& .unchecked {
|
||||
& .intermediate,
|
||||
.unchecked {
|
||||
svg {
|
||||
background-color: $color-gray-10;
|
||||
}
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
(cond
|
||||
all-checked? [:span.checked i/checkbox-checked]
|
||||
all-unchecked? [:span.unchecked i/checkbox-unchecked]
|
||||
:else [:span i/checkbox-intermediate])]
|
||||
:else [:span.intermediate i/checkbox-intermediate])]
|
||||
[:div.field.title (tr "dashboard.export-multiple.selected"
|
||||
(c (count enabled-exports))
|
||||
(c (count all-exports)))]]
|
||||
|
|
Loading…
Add table
Reference in a new issue