aboutsummaryrefslogtreecommitdiff
path: root/ui/src/app/app.component.sass
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/app/app.component.sass')
-rw-r--r--ui/src/app/app.component.sass4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/src/app/app.component.sass b/ui/src/app/app.component.sass
index 2cc0ede..a084286 100644
--- a/ui/src/app/app.component.sass
+++ b/ui/src/app/app.component.sass
@@ -1,3 +1,7 @@
+.button-toggle-theme:focus, .button-toggle-theme:active
+ box-shadow: none
+ outline: 0px
+
.add-url-box
max-width: 720px
margin: 4rem auto
bgstack15