mirror of
https://github.com/penpot/penpot.git
synced 2025-02-11 01:28:30 -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 {
|
svg {
|
||||||
background-color: $color-gray-10;
|
background-color: $color-gray-10;
|
||||||
}
|
}
|
||||||
|
|
|
@ -76,7 +76,7 @@
|
||||||
(cond
|
(cond
|
||||||
all-checked? [:span.checked i/checkbox-checked]
|
all-checked? [:span.checked i/checkbox-checked]
|
||||||
all-unchecked? [:span.unchecked i/checkbox-unchecked]
|
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"
|
[:div.field.title (tr "dashboard.export-multiple.selected"
|
||||||
(c (count enabled-exports))
|
(c (count enabled-exports))
|
||||||
(c (count all-exports)))]]
|
(c (count all-exports)))]]
|
||||||
|
|
Loading…
Add table
Reference in a new issue