mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix error message for required file
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
* #1908 Fix IE11 when textarea doesn't listen to `size=""`
|
* #1908 Fix IE11 when textarea doesn't listen to `size=""`
|
||||||
* Fix #1991 The last button in list of full-width buttons has longer width
|
* Fix #1991 The last button in list of full-width buttons has longer width
|
||||||
* #1982 Fix navbar-burger color when color modifier is used
|
* #1982 Fix navbar-burger color when color modifier is used
|
||||||
|
* #1819 Fix error message for required file
|
||||||
|
|
||||||
## 0.7.1
|
## 0.7.1
|
||||||
|
|
||||||
|
|||||||
@@ -3854,12 +3854,12 @@ a.box:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.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,
|
||||||
@@ -4826,6 +4826,10 @@ a.box:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
|
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
|
||||||
|
background-color: #fafafa;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
|
||||||
background-color: whitesmoke;
|
background-color: whitesmoke;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user