mirror of
https://github.com/penpot/penpot.git
synced 2025-02-04 13:29:14 -05:00
Fix grid sidebar icons
This commit is contained in:
parent
632d534594
commit
bbd06972ad
2 changed files with 5 additions and 5 deletions
|
@ -266,7 +266,7 @@
|
||||||
.dropdown-button {
|
.dropdown-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: $x-small;
|
right: $x-small;
|
||||||
top: $small;
|
top: 7px;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
fill: $color-gray-40;
|
fill: $color-gray-40;
|
||||||
|
@ -276,7 +276,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
font-size: $fs13;
|
font-size: $fs12;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -633,8 +633,8 @@
|
||||||
border: none;
|
border: none;
|
||||||
|
|
||||||
& svg {
|
& svg {
|
||||||
width: 1rem;
|
width: 12px;
|
||||||
height: 1rem;
|
height: 12px;
|
||||||
fill: $color-gray-20;
|
fill: $color-gray-20;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -151,7 +151,7 @@
|
||||||
|
|
||||||
[:div.grid-option-main-actions
|
[:div.grid-option-main-actions
|
||||||
[:button.custom-button {:on-click handle-toggle-visibility} (if display i/eye i/eye-closed)]
|
[:button.custom-button {:on-click handle-toggle-visibility} (if display i/eye i/eye-closed)]
|
||||||
[:button.custom-button {:on-click handle-remove-grid} i/trash]]]
|
[:button.custom-button {:on-click handle-remove-grid} i/minus]]]
|
||||||
|
|
||||||
[:& advanced-options {:visible? (:show-advanced-options @state)
|
[:& advanced-options {:visible? (:show-advanced-options @state)
|
||||||
:on-close toggle-advanced-options}
|
:on-close toggle-advanced-options}
|
||||||
|
|
Loading…
Add table
Reference in a new issue