Fix borders width when hovering and focusing
This commit is contained in:
parent
c49e34b2c2
commit
42bf2ec578
1 changed files with 4 additions and 0 deletions
|
@ -370,9 +370,11 @@ footer {
|
||||||
width: 250px;
|
width: 250px;
|
||||||
height: 44px;
|
height: 44px;
|
||||||
&:hover {
|
&:hover {
|
||||||
|
width: 252px;
|
||||||
height: 46px;
|
height: 46px;
|
||||||
}
|
}
|
||||||
&:focus {
|
&:focus {
|
||||||
|
width: 254px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -383,9 +385,11 @@ input[type=color] {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
&:hover {
|
&:hover {
|
||||||
height: 62px;
|
height: 62px;
|
||||||
|
width: 86px;
|
||||||
}
|
}
|
||||||
&:focus {
|
&:focus {
|
||||||
height: 64px;
|
height: 64px;
|
||||||
|
width: 88px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue