Explorar el Código

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

Falko Schindler hace 1 año
padre
commit
b133731856
Se han modificado 1 ficheros con 1 adiciones y 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);
 }