mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 14:12:36 -05:00
Disable invalid token style for now
This commit is contained in:
parent
4fec7d5af2
commit
b1b6b5292c
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
(catch js/Error _ nil))]
|
(catch js/Error _ nil))]
|
||||||
[:div {:class (stl/css-case :token-pill true
|
[:div {:class (stl/css-case :token-pill true
|
||||||
:token-pill-highlighted highlighted?
|
:token-pill-highlighted highlighted?
|
||||||
:token-pill-invalid (not resolved-value))
|
#_#_:token-pill-invalid (not resolved-value))
|
||||||
:title (str (if resolved-value "Token value: " "Invalid token value: ") value)
|
:title (str (if resolved-value "Token value: " "Invalid token value: ") value)
|
||||||
:on-click on-click
|
:on-click on-click
|
||||||
:on-context-menu on-context-menu}
|
:on-context-menu on-context-menu}
|
||||||
|
|
Loading…
Add table
Reference in a new issue