mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-05 08:34:38 +03:00
change gradient stops for active tab to 0%,100%
This commit is contained in:
parent
902b674b43
commit
69f4b8778b
@ -387,8 +387,8 @@ tabStyles customSpacing fadeToPanelBackgroundColor_ index isSelected =
|
||||
, Css.backgroundImage <|
|
||||
Css.linearGradient2 Css.toTop
|
||||
(Css.stop2 (withAlpha 1 fadeToPanelBackgroundColor_) (Css.pct 0))
|
||||
(Css.stop2 (withAlpha 0 fadeToPanelBackgroundColor_) (Css.pct 25))
|
||||
[ Css.stop2 (withAlpha 0 fadeToPanelBackgroundColor_) (Css.pct 100) ]
|
||||
(Css.stop2 (withAlpha 0 fadeToPanelBackgroundColor_) (Css.pct 100))
|
||||
[]
|
||||
]
|
||||
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user