Przeglądaj źródła

HUE-6547 [frontend] Remove dotted outline in Firefox

Enrico Berti 8 lat temu
rodzic
commit
1681a3a

Plik diff jest za duży
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


Plik diff jest za duży
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 20 - 0
desktop/core/src/desktop/static/desktop/less/hue-cui-overrides.less

@@ -108,3 +108,23 @@ table.datatables {
     text-shadow: -1px 0 1px @cui-gray-800, 0 1px 1px @cui-gray-800, 1px 0 1px @cui-gray-800, 0 -1px 1px @cui-gray-800;
   }
 }
+
+button:focus,
+a:focus, a:active,
+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;
+}
+
+*:-moz-focusring {
+  outline: none;
+}

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików