make button not be moved by border
This commit is contained in:
parent
6de2485557
commit
0698530947
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ button {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
border-bottom: 3px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:active {
|
button:active {
|
||||||
|
|
Loading…
Reference in a new issue