mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 12:24:28 -07:00
Fix issue #2441
Make sure that active pagination text is not drawn in black.
This commit is contained in:
committed by
Jeremy Thomas
parent
efa51b1ebe
commit
79fcb0255c
@@ -17,7 +17,7 @@
|
|||||||
&.is-#{$name}
|
&.is-#{$name}
|
||||||
background-color: $color
|
background-color: $color
|
||||||
color: $color-invert
|
color: $color-invert
|
||||||
a:not(.button):not(.dropdown-item):not(.tag),
|
a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
|
||||||
strong
|
strong
|
||||||
color: inherit
|
color: inherit
|
||||||
.title
|
.title
|
||||||
|
|||||||
Reference in New Issue
Block a user