mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Add tooltip to select elements by color
This commit is contained in:
@@ -268,6 +268,7 @@
|
||||
:on-click on-remove} i/remove-icon])
|
||||
(when select-only
|
||||
[:button {:class (stl/css :select-btn)
|
||||
:title (tr "settings.select-this-color")
|
||||
:on-click handle-select}
|
||||
i/move])]))
|
||||
|
||||
|
||||
@@ -2527,6 +2527,10 @@ msgstr "Detach"
|
||||
msgid "settings.multiple"
|
||||
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
|
||||
msgid "shortcut-section.basics"
|
||||
msgstr "Basics"
|
||||
|
||||
@@ -2573,6 +2573,10 @@ msgstr "Desacoplar"
|
||||
msgid "settings.multiple"
|
||||
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
|
||||
msgid "shortcut-section.basics"
|
||||
msgstr "Básicos"
|
||||
|
||||
Reference in New Issue
Block a user