Browse Source

hide all focus

master
farhan 5 months ago
parent
commit
0ccebe89e8
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      resources/css/app.css

+ 5
- 0
resources/css/app.css View File

26
     .dark\:text-white {
26
     .dark\:text-white {
27
         color: #000000 !important;
27
         color: #000000 !important;
28
     }
28
     }
29
+}
30
+
31
+/* Remove outline on focus for all elements */
32
+*:focus {
33
+    outline: none;
29
 }
34
 }

Loading…
Cancel
Save