Fix borders width when hovering and focusing

This commit is contained in:
Miraty 2022-02-13 01:39:11 +01:00
parent c49e34b2c2
commit 42bf2ec578
1 changed files with 4 additions and 0 deletions

View File

@ -370,9 +370,11 @@ footer {
width: 250px;
height: 44px;
&:hover {
width: 252px;
height: 46px;
}
&:focus {
width: 254px;
height: 48px;
}
}
@ -383,9 +385,11 @@ input[type=color] {
padding: 5px;
&:hover {
height: 62px;
width: 86px;
}
&:focus {
height: 64px;
width: 88px;
}
}