瀏覽代碼

Merge pull request #2198 from zauberzeug/link-style

Reduce the CSS specificity for ui.link to simplify overriding its style
Rodja Trappe 1 年之前
父節點
當前提交
2e8bd6b282
共有 1 個文件被更改,包括 1 次插入2 次删除
  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);
 }