Explorar o código

reduce the CSS-specificity of .nicegui-link to simplify overriding its style

Falko Schindler hai 1 ano
pai
achega
b133731856
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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);
 }