Skip to content

Commit a74f890

Browse files
authored
add hover color change
1 parent cbe2527 commit a74f890

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ div {
1616
cursor: col-resize;
1717
}
1818

19+
.stepper:hover {
20+
background: #5a5a5a;
21+
}
22+
1923
.stepper .stepper-number:focus {
2024
outline: 1px solid #1baee1;
2125
//cursor: text
@@ -56,4 +60,4 @@ div {
5660

5761
.stepper.is-scrubbing {
5862
background: rgba(255, 255, 255, 0.8)
59-
}
63+
}

0 commit comments

Comments
 (0)