Fix disabled select color

This commit is contained in:
Jeremy Thomas
2022-05-08 13:38:20 +01:00
parent bbb5419717
commit 9aa25eb28e
10 changed files with 56 additions and 19 deletions

3
css/bulma.css vendored
View File

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