0
Fork 0
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:
Florian Schroedl 2024-06-11 17:52:29 +02:00
parent 4fec7d5af2
commit b1b6b5292c

View file

@ -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}