mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-14 03:48:13 +03:00
Remove the distinct border from the disabled textarea and textinput
This commit is contained in:
parent
04b0e348e8
commit
9af2efdf17
@ -373,6 +373,7 @@ view_ label config =
|
||||
, Css.batch
|
||||
(if config.disabled then
|
||||
[ Css.boxShadow Css.none |> Css.important
|
||||
, Css.borderColor Colors.gray85 |> Css.important
|
||||
, Css.backgroundColor Colors.gray85
|
||||
]
|
||||
|
||||
|
@ -928,6 +928,7 @@ view label attributes =
|
||||
, Css.batch
|
||||
(if config.disabled then
|
||||
[ Css.backgroundColor Colors.gray85
|
||||
, Css.borderColor Colors.gray85 |> Css.important
|
||||
, Css.property "box-shadow" "none" |> Css.important
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user