mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 20:24:30 -07:00
Fix nav, Remove navbar and header references, Add visited links
This commit is contained in:
@@ -2,8 +2,11 @@
|
||||
@extend .block
|
||||
// Inline
|
||||
a
|
||||
border-bottom: 1px solid $border
|
||||
&:visited
|
||||
color: $link-visited
|
||||
&:hover
|
||||
border-bottom-color: $link
|
||||
li + li
|
||||
margin-top: 0.25em
|
||||
// Block
|
||||
|
||||
@@ -83,7 +83,9 @@
|
||||
&.is-striped
|
||||
tbody
|
||||
tr
|
||||
&:hover
|
||||
background: darken($background, 5%)
|
||||
&:nth-child(2n)
|
||||
background: $background
|
||||
&:hover
|
||||
background: $border
|
||||
background: darken($background, 5%)
|
||||
|
||||
Reference in New Issue
Block a user