Skip to content

Commit a72199f

Browse files
author
Kristan Kenney
committed
Adjust disabled state hover
1 parent dc5e6e6 commit a72199f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

web/css/styles.min.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2535,6 +2535,12 @@ label:hover {
25352535
border-color: #f1f1f1;
25362536
background-color: #f1f1f1;
25372537
}
2538+
2539+
.vst-input:disabled:hover,
2540+
.vst-list:disabled:hover {
2541+
border-color: inherit !important;
2542+
}
2543+
25382544
.vst-input.long {
25392545
width: 832px;
25402546
}

0 commit comments

Comments
 (0)