Add disabled style to symbol palette tabs (#19171)

GitOrigin-RevId: 9fbb92bbc08cd7b9a00b00c46974b93d19360a4a
This commit is contained in:
Alf Eaton
2024-07-01 10:42:46 +01:00
committed by Copybot
parent d55708a7fc
commit e30f157f48
@@ -56,6 +56,11 @@
background: @symbol-palette-selected-tab-bg;
color: @symbol-palette-selected-tab-color;
}
&:disabled {
cursor: default;
opacity: 0.25;
}
}
.symbol-palette-body {