mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-24 00:42:29 +03:00
add style
This commit is contained in:
parent
acffacaa6a
commit
cb8033c026
@ -233,7 +233,9 @@ tabStyles customSpacing index isSelected =
|
||||
baseStyles =
|
||||
[ Css.color Colors.navy
|
||||
, Css.position Css.relative
|
||||
, Css.textDecoration Css.none
|
||||
|
||||
-- necessary because bourbon or bootstrap or whatever add underlines when tabs are used as links
|
||||
, Css.textDecoration Css.none |> important
|
||||
, Css.property "background" "none"
|
||||
, Css.fontFamily Css.inherit
|
||||
, Css.fontSize Css.inherit
|
||||
|
Loading…
Reference in New Issue
Block a user