Kaynağa Gözat

remove item focus outline overlapped on current style

krvpb024 2 yıl önce
ebeveyn
işleme
0f85c0511a
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      internal/ui/static/css/common.css

+ 4 - 0
internal/ui/static/css/common.css

@@ -804,6 +804,10 @@ template {
     box-shadow: var(--current-item-box-shadow);
     box-shadow: var(--current-item-box-shadow);
 }
 }
 
 
+.item.current-item:focus {
+    outline: none;
+}
+
 
 
 .item-header {
 .item-header {
     font-size: 1rem;
     font-size: 1rem;