Skip to content

Commit d0d3b5c

Browse files
committed
restyle hover/active stats
1 parent 6f4ec63 commit d0d3b5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

style.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
}
88

99
.configurable.hover {
10-
box-shadow: 0 0 0 1vmin white, 0 0 0 2vmin rgba(0,0,0,.05);
10+
box-shadow: 0 0 0 5px white, 0 0 0 10px rgba(0,0,0,.05);
1111
}
1212

1313
.configurable.active {
14-
box-shadow: 0 0 0 1vmin white, 0 0 0 2vmin rgba(0,0,0,.1);
14+
box-shadow: 0 0 0 5px white, 0 0 0 10px rgba(0,0,0,.1);
1515
z-index: 100;
1616
cursor: pointer;
1717
}
1818

1919
.configurable.active.hover {
20-
box-shadow: 0 0 0 1vmin white, 0 0 0 2vmin rgba(0,0,0,.2);
20+
box-shadow: 0 0 0 5px white, 0 0 0 10px rgba(0,0,0,.2);
2121
}
2222

2323
/* Form

0 commit comments

Comments
 (0)