Explorar el Código

tweak(ui): align pill tabs pressed background

David Hill hace 6 meses
padre
commit
e5d52e4eb5
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      packages/ui/src/components/tabs.css

+ 4 - 0
packages/ui/src/components/tabs.css

@@ -257,6 +257,10 @@
         color: var(--text-strong);
       }
 
+      &:active:not(:disabled) {
+        background-color: var(--surface-raised-base-active);
+      }
+
       &:has([data-selected]) {
         background-color: var(--surface-raised-base-active);
         color: var(--text-strong);