Let's try keeping labels the current color, period

... and we'll see how that goes.  (Had dark label, with the color set somewhere deep
in Bulma i think, on a dark blue background, and that didn't work out so well
contrast-wise.)
This commit is contained in:
benjamin melançon 2018-11-18 19:06:11 -05:00
parent bb43d3d7c5
commit 8ca467818a

View file

@ -4,11 +4,11 @@
//
// Styleguide: Base.Form
.is-dark {
.field {}
.label {
.label {
color: currentColor;
}
}
.is-dark {
.select {
select {
border-color: $dark;