Fix borders width when hovering and focusing
This commit is contained in:
parent
c49e34b2c2
commit
42bf2ec578
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user