style(capture): Add styled focus ring to switch button

This commit is contained in:
Tixie 2019-04-07 17:04:09 +02:00
parent 4844a4a28b
commit 600e2b864c

View file

@ -104,11 +104,17 @@
padding: 1rem;
border: none;
border-radius: 0;
border-radius: .2rem;
background-color: transparent;
color: #fff;
line-height: 0;
}
.capture-switch:focus {
outline: none;
box-shadow: var(--focus-ring);
}
.capture-switch svg {
width: 3rem;
height: 3rem;