0
Fork 0
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:
Alejandro Alonso 2022-03-25 13:20:46 +01:00
parent 01194d5e25
commit d73ed95719
2 changed files with 3 additions and 2 deletions

View file

@ -1464,7 +1464,8 @@
}
}
& .unchecked {
& .intermediate,
.unchecked {
svg {
background-color: $color-gray-10;
}

View file

@ -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)))]]