about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
index 992e69e05..78090591c 100644
--- a/web/index.html
+++ b/web/index.html
@@ -209,6 +209,11 @@
       [data-tooltip]:hover::before {
         display:block;
       }
+
+      /* NativeDropdown component */
+      .nativeDropdown-item:focus {
+        outline: none;
+      }
     </style>
   </head>