fix button borders
This commit is contained in:
parent
a7e001db63
commit
86ca545af2
1 changed files with 1 additions and 2 deletions
|
@ -270,12 +270,11 @@ span[data-tooltip]:hover:before {
|
||||||
padding: 10px 24px 9px;
|
padding: 10px 24px 9px;
|
||||||
color: hsl(202,68%,54%);
|
color: hsl(202,68%,54%);
|
||||||
background: white;
|
background: white;
|
||||||
border-color: rgba(0,0,0,.1);
|
border: 1px solid rgba(0,0,0,.1);
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
touch-action: manipulation;
|
touch-action: manipulation;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: 1px solid transparent;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
Loading…
Reference in a new issue