mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 23:01:37 +02:00
✨ Fix elements-without-names accesibility issues
This commit is contained in:
parent
7303d311d5
commit
4ef876bf58
10 changed files with 51 additions and 14 deletions
|
@ -461,6 +461,7 @@
|
|||
[:& export-progress-widget]
|
||||
[:button.document-history
|
||||
{:alt (tr "workspace.sidebar.history" (sc/get-tooltip :toggle-history))
|
||||
:aria-label (tr "workspace.sidebar.history" (sc/get-tooltip :toggle-history))
|
||||
:class (when (contains? layout :document-history) "selected")
|
||||
:on-click #(st/emit! (-> (dw/toggle-layout-flag :document-history)
|
||||
(vary-meta assoc ::ev/origin "workspace-header")))}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue