Browse Source

Remove outline in mozzila on buttons

sbkwgh 7 years ago
parent
commit
6a6c82becb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      frontend/src/assets/scss/elementStyles.scss

+ 2 - 0
frontend/src/assets/scss/elementStyles.scss

@@ -81,6 +81,8 @@ b, strong {
 		border-color: $color__gray--darkest;
 	}
 
+	&::-moz-focus-inner { border: 0; }
+
 	@at-root #{&}--borderless {
 		color: $color__text--secondary;
 		border-color: transparent;