mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Remove the semi-colon and rebuild
This commit is contained in:
parent
b12da23805
commit
f93db5e5ab
@ -23,7 +23,7 @@
|
||||
&:hover
|
||||
background: $background
|
||||
border-color: $control-border
|
||||
cursor: not-allowed;
|
||||
cursor: not-allowed
|
||||
+placeholder
|
||||
color: rgba($control, 0.3)
|
||||
|
||||
|
4
css/bulma.css
vendored
4
css/bulma.css
vendored
@ -776,6 +776,7 @@ table th {
|
||||
.input[disabled], [disabled].textarea, .input[disabled]:hover, [disabled].textarea:hover {
|
||||
background: #f5f7fa;
|
||||
border-color: #d3d6db;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.input[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, .input[disabled]:hover::-moz-placeholder, [disabled].textarea:hover::-moz-placeholder {
|
||||
@ -936,6 +937,7 @@ table th {
|
||||
.checkbox input[disabled], .menu-checkbox input[disabled], .radio input[disabled], .checkbox input[disabled]:hover, .menu-checkbox input[disabled]:hover, .radio input[disabled]:hover {
|
||||
background: #f5f7fa;
|
||||
border-color: #d3d6db;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.checkbox input[disabled]::-moz-placeholder, .menu-checkbox input[disabled]::-moz-placeholder, .radio input[disabled]::-moz-placeholder, .checkbox input[disabled]:hover::-moz-placeholder, .menu-checkbox input[disabled]:hover::-moz-placeholder, .radio input[disabled]:hover::-moz-placeholder {
|
||||
@ -1089,6 +1091,7 @@ table th {
|
||||
.select select[disabled], .select select[disabled]:hover {
|
||||
background: #f5f7fa;
|
||||
border-color: #d3d6db;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.select select[disabled]::-moz-placeholder, .select select[disabled]:hover::-moz-placeholder {
|
||||
@ -1324,6 +1327,7 @@ table th {
|
||||
.button[disabled], .button[disabled]:hover {
|
||||
background: #f5f7fa;
|
||||
border-color: #d3d6db;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.button[disabled]::-moz-placeholder, .button[disabled]:hover::-moz-placeholder {
|
||||
|
File diff suppressed because one or more lines are too long
2
css/bulma.min.css
vendored
2
css/bulma.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user