Fleet UI: Fix Safari button focus state

This commit is contained in:
RachelElysia
2022-08-22 09:10:18 -07:00
committed by GitHub
parent 59a6e6e4b5
commit 5aa265bc30
2 changed files with 5 additions and 0 deletions
@@ -0,0 +1 @@
* Clean up Safari focus on side panel button
@@ -20,6 +20,10 @@
img {
transform: scale(0.5);
}
&:focus {
outline: none;
}
}
&__header {