Skip to content

Commit

Permalink
change focus style of buttons #1506
Browse files Browse the repository at this point in the history
  • Loading branch information
dariiing committed Jun 6, 2024
1 parent 3fa57d0 commit 9f13370
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions customize.dist/src/less2/include/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
button.btn {
background-color: @cp_buttons-cancel;
box-sizing: border-box;
outline: 0;
align-items: center;
padding: 0 6px;
line-height: 36px;
Expand Down Expand Up @@ -232,11 +231,9 @@
}



outline: none;
&:focus {
//border: 1px dotted @alertify-base;
box-shadow: 0px 0px 5px @cp_buttons-primary !important;
outline: none;
outline: @cryptpad_color_brand solid 2px;
}
&::-moz-focus-inner {
border: 0;
Expand Down

0 comments on commit 9f13370

Please sign in to comment.