Explorar el Código

enhance(ui): inherit global color for the popup foreground color

charlie hace 1 año
padre
commit
9ff589b6b9
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      resources/css/shui.css

+ 4 - 0
resources/css/shui.css

@@ -281,6 +281,10 @@ div[data-radix-popper-content-wrapper] {
   &[data-side=bottom] {
     max-height: calc(var(--radix-dropdown-menu-content-available-height) - 20px);
   }
+
+  &.text-popover-foreground {
+    color: inherit;
+  }
 }
 
 .ui__popover-content {