0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

Fix grid sidebar icons

This commit is contained in:
elhombretecla 2020-06-19 14:15:58 +02:00
parent 632d534594
commit bbd06972ad
2 changed files with 5 additions and 5 deletions

View file

@ -266,7 +266,7 @@
.dropdown-button {
position: absolute;
right: $x-small;
top: $small;
top: 7px;
svg {
fill: $color-gray-40;
@ -276,7 +276,7 @@
}
span {
font-size: $fs13;
font-size: $fs12;
}
@ -633,8 +633,8 @@
border: none;
& svg {
width: 1rem;
height: 1rem;
width: 12px;
height: 12px;
fill: $color-gray-20;
}

View file

@ -151,7 +151,7 @@
[: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-remove-grid} i/trash]]]
[:button.custom-button {:on-click handle-remove-grid} i/minus]]]
[:& advanced-options {:visible? (:show-advanced-options @state)
:on-close toggle-advanced-options}