mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 13:29:35 -07:00
fix error message for required file fix #1137
This commit is contained in:
@@ -354,12 +354,12 @@ $help-size: $size-small !default
|
|||||||
border-color: darken($file-name-border-color, 5%)
|
border-color: darken($file-name-border-color, 5%)
|
||||||
|
|
||||||
.file-input
|
.file-input
|
||||||
height: 0.01em
|
height: 100%
|
||||||
left: 0
|
left: 0
|
||||||
outline: none
|
outline: none
|
||||||
position: absolute
|
position: absolute
|
||||||
top: 0
|
top: 0
|
||||||
width: 0.01em
|
width: 100%
|
||||||
|
|
||||||
.file-cta,
|
.file-cta,
|
||||||
.file-name
|
.file-name
|
||||||
|
|||||||
Reference in New Issue
Block a user