Skip to content

Commit

Permalink
fix: focus color
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Feb 19, 2023
1 parent c9dbd9c commit 43d5461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/supertag-form/usePalette.tid
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ button.btn.btn-primary {
border-color:<<colour button-border>>;
color: <<colour button-foreground>>;
}
button.btn.btn-primary:hover {
button.btn.btn-primary:hover, button.btn.btn-primary:active, button.btn.btn-primary:focus {
background-color: <<colour button-background-hover>>;
border-color:<<colour button-border>>;
color: <<colour button-foreground>>;
Expand Down

0 comments on commit 43d5461

Please sign in to comment.