Kaynağa Gözat

Merge pull request #2198 from zauberzeug/link-style

Reduce the CSS specificity for ui.link to simplify overriding its style
Rodja Trappe 1 yıl önce
ebeveyn
işleme
2e8bd6b282
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. 1 2
      nicegui/static/nicegui.css

+ 1 - 2
nicegui/static/nicegui.css

@@ -195,8 +195,7 @@
   display: grid;
   gap: var(--nicegui-default-gap);
 }
-.nicegui-link:link,
-.nicegui-link:visited {
+.nicegui-link {
   text-decoration-line: underline;
   color: rgb(59 130 246);
 }