mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
Include placeholder mixin in input (#1257)
...so that its color is consistent with $input-color
This commit is contained in:
committed by
Jeremy Thomas
parent
26aa531a21
commit
cb53fcf842
@@ -45,6 +45,8 @@ $help-size: $size-small !default
|
||||
background-color: $input-background-color
|
||||
border-color: $input-border-color
|
||||
color: $input-color
|
||||
+placeholder
|
||||
color: rgba($input-color, 0.3)
|
||||
&:hover,
|
||||
&.is-hovered
|
||||
border-color: $input-hover-border-color
|
||||
|
||||
Reference in New Issue
Block a user