@setoelkahfi / svara / commits / 270d6ae

No outlines

mellobacon committed Nov 25, 2022 at 03:48 UTC 270d6ae58a7a1538407426a56bd22fbe3b21fec9
2 files changed +5 -1
src/global.css
+4
@@ -1,3 +1,7 @@
1 +*:focus-visible, *:focus {
2 + outline: none !important;
3 +}
4 +
5 html, body {
6 position: relative;
7 width: 100%;
src/overrides.css
+1 -1
@@ -65,7 +65,7 @@ a.bx--tabs__nav-link:focus, a.bx--tabs__nav-link:active, a.bx--tabs__nav-link {
65 background-color: transparent;
66 }
67 .bx--tree .bx--tree-node:focus>.bx--tree-node__label {
68 - outline: 1px solid #fff !important;
68 + outline: none !important;
69 }
70 .bx--tree .bx--tree-leaf-node {
71 padding-left: 1rem !important;