浏览代码

hide all focus

am
farhan 11 个月前
父节点
当前提交
703757be6c
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      resources/css/app.css

+ 5
- 0
resources/css/app.css 查看文件

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
 }

正在加载...
取消
保存