Skip to content

Commit

Permalink
[fix] switch_field preview
Browse files Browse the repository at this point in the history
Currently has 1 opacity. Needs 0.5 for default WinterCMS disabled state
  • Loading branch information
AIC-BV authored Feb 26, 2024
1 parent d9ff4e0 commit ec4d4f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/system/assets/ui/less/checkbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@
//

.switch-field {
.disabled {
opacity: .5;
}

.field-switch {
padding-left: 85px;
float: left;
Expand Down

0 comments on commit ec4d4f7

Please sign in to comment.