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 9a8b76c24f
commit 6efd5eb0b4

View file

@ -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 {