Skip to content

Commit

Permalink
disable text selection on action buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
vegeta897 authored Nov 11, 2021
1 parent 7123d03 commit 988b698
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ body.dark .day-choice span:before {
text-align: center;
min-width: 70px;
background: rgba(0, 0, 0, .1);
user-select: none;
}
.action:not(.disabled):hover {
background: rgba(0, 0, 0, .2);
Expand Down Expand Up @@ -591,4 +592,4 @@ body.dark .shortcuts .keys {
body.show-shortcuts .choice div, body.show-shortcuts .custom-choice div, body.show-shortcuts #targets, body.show-shortcuts .repeat-choice label, body.show-shortcuts #preview {
opacity: .15;
filter: grayscale(80%);
}
}

0 comments on commit 988b698

Please sign in to comment.