Remove the semi-colon and rebuild

This commit is contained in:
tsq 2016-02-25 17:39:36 +08:00
parent b12da23805
commit f93db5e5ab
5 changed files with 8 additions and 4 deletions

View File

@ -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
View File

@ -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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long