Created
June 19, 2019 08:46
-
-
Save JibsouX/02d56aa5afeb87537ca776840e6abc46 to your computer and use it in GitHub Desktop.
Revisions
-
JibsouX created this gist
Jun 19, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ button:focus, a:focus, a:active, button[type="button"]:focus, button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, select::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner { outline: none !important; } select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; } select:focus::-ms-value { background-color: $input-bg; color: $input-color; }