mirror of
https://github.com/penpot/penpot.git
synced 2025-05-04 07:25:52 +02:00
📎 Remove invalid aria label on div (#5898)
This commit is contained in:
parent
f3040fc10d
commit
f83cdf2f5d
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@
|
||||||
current-icon-ref (i/key->icon current-icon)]
|
current-icon-ref (i/key->icon current-icon)]
|
||||||
[:div {:on-click open-dropdown
|
[:div {:on-click open-dropdown
|
||||||
:role "combobox"
|
:role "combobox"
|
||||||
:aria-activedescendent current-value
|
|
||||||
:class (dm/str (stl/css-case :custom-select true
|
:class (dm/str (stl/css-case :custom-select true
|
||||||
:disabled disabled
|
:disabled disabled
|
||||||
:icon (some? current-icon-ref))
|
:icon (some? current-icon-ref))
|
||||||
|
|
Loading…
Add table
Reference in a new issue