0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-15 19:48:22 -05:00

🐛 Add tooltip to select elements by color

This commit is contained in:
Eva Marco 2024-03-26 09:04:38 +01:00 committed by Andrey Antukh
parent 8bf8a28439
commit 4212b46835
3 changed files with 9 additions and 0 deletions

View file

@ -268,6 +268,7 @@
:on-click on-remove} i/remove-icon]) :on-click on-remove} i/remove-icon])
(when select-only (when select-only
[:button {:class (stl/css :select-btn) [:button {:class (stl/css :select-btn)
:title (tr "settings.select-this-color")
:on-click handle-select} :on-click handle-select}
i/move])])) i/move])]))

View file

@ -2527,6 +2527,10 @@ msgstr "Detach"
msgid "settings.multiple" msgid "settings.multiple"
msgstr "Mixed" msgstr "Mixed"
#: src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs
msgid "settings.select-this-color"
msgstr "Select items using this style"
# SECTIONS # SECTIONS
msgid "shortcut-section.basics" msgid "shortcut-section.basics"
msgstr "Basics" msgstr "Basics"

View file

@ -2573,6 +2573,10 @@ msgstr "Desacoplar"
msgid "settings.multiple" msgid "settings.multiple"
msgstr "Varios" msgstr "Varios"
#: src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs
msgid "settings.select-this-color"
msgstr "Seleccionar elementos que usan este estilo"
# SECTIONS # SECTIONS
msgid "shortcut-section.basics" msgid "shortcut-section.basics"
msgstr "Básicos" msgstr "Básicos"