Skip to content

Commit 3055d31

Browse files
Remove dice background
1 parent c749da6 commit 3055d31

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

static/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,4 +685,12 @@ input.error {
685685
color: #888;
686686
transition: color 0.2s;
687687
line-height: 1;
688+
}
689+
690+
/* Remove background and outline on focus/active for dice button */
691+
.dice-btn:focus,
692+
.dice-btn:active {
693+
background: none !important;
694+
outline: none !important;
695+
box-shadow: none !important;
688696
}

0 commit comments

Comments
 (0)