mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-19 03:31:32 +03:00
Merge pull request #538 from NoRedInk/fix-tab-bottom-border
Fix hover bottom border
This commit is contained in:
commit
bd10545e0b
@ -335,7 +335,13 @@ tabStyles isSelected customSpacing =
|
||||
, Css.cursor Css.pointer
|
||||
, Css.firstChild [ Css.marginLeft Css.zero ]
|
||||
, property "transition" "background-color 0.2s"
|
||||
, hover [ backgroundColor Colors.white, borderColor Colors.azure ]
|
||||
, property "transition" "border-color 0.2s"
|
||||
, hover
|
||||
[ backgroundColor Colors.white
|
||||
, borderTopColor Colors.azure
|
||||
, borderRightColor Colors.azure
|
||||
, borderLeftColor Colors.azure
|
||||
]
|
||||
]
|
||||
in
|
||||
baseStyles ++ stylesTab ++ stylesDynamic
|
||||
|
Loading…
Reference in New Issue
Block a user