mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
change focus style of buttons #1506
This commit is contained in:
parent
3fa57d0311
commit
9f13370ba5
@ -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;
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user