Skip to content

Commit 455c4e4

Browse files
author
Kristan Kenney
committed
Fix hover state for disabled input fields
1 parent 0d7133b commit 455c4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/css/styles.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2539,7 +2539,7 @@ label:hover {
25392539

25402540
.vst-input:disabled:hover,
25412541
.vst-list:disabled:hover {
2542-
border-color: inherit !important;
2542+
border-color: #cfcfcf;
25432543
}
25442544

25452545
.vst-input.long {

0 commit comments

Comments
 (0)