Remove important flag

This commit is contained in:
Jeremy Thomas
2022-05-08 11:13:13 +01:00
parent 5f1af44fed
commit 542807f017
3 changed files with 3 additions and 3 deletions

View File

@@ -6068,7 +6068,7 @@ fieldset[disabled] .select select:hover {
}
.select.is-disabled::after {
border-color: #7a7a7a !important;
border-color: #7a7a7a;
}
.select.is-fullwidth {

File diff suppressed because one or more lines are too long