Merge pull request #1969 from Safelite/CSR-2219-fix-button-hover
CSR-2219 add hover state to button.
This commit is contained in:
commit
4f711c6e8b
2 changed files with 2 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ body .buttonContainer button {
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
body .buttonContainer button {
|
body .buttonContainer button {
|
||||||
background: linear-gradient(270deg, #1574a1 0%, #003d58 100%);
|
background: linear-gradient(270deg, #1574a1 0%, #003d58 100%);
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
body .buttonContainer button:focus {
|
body .buttonContainer button:focus {
|
||||||
|
|
|
||||||
|
|
@ -151,6 +151,7 @@ body {
|
||||||
height: 48px;
|
height: 48px;
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
background: linear-gradient(270deg, #1574a1 0%, #003d58 100%);
|
background: linear-gradient(270deg, #1574a1 0%, #003d58 100%);
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
&:focus {
|
&:focus {
|
||||||
box-shadow: 0 0 0 3px, 0 0 0 5.5px #06577c;
|
box-shadow: 0 0 0 3px, 0 0 0 5.5px #06577c;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue