We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf103e commit 2d7da0aCopy full SHA for 2d7da0a
src/material/sort/sort-header.scss
@@ -2,9 +2,16 @@
2
@use '../core/tokens/token-utils';
3
@use '../core/focus-indicators/private';
4
5
+.mat-sort-header {
6
+ cursor: pointer;
7
+}
8
+
9
+.mat-sort-header-disabled {
10
+ cursor: default;
11
12
13
.mat-sort-header-container {
14
display: flex;
- cursor: pointer;
15
align-items: center;
16
letter-spacing: normal;
17
@@ -19,10 +26,6 @@
19
26
border-bottom: solid 1px currentColor;
20
27
}
21
28
22
- .mat-sort-header-disabled & {
23
- cursor: default;
24
- }
25
-
29
// For the sort-header element, default inset/offset values are necessary to ensure that
30
// the focus indicator is sufficiently contrastive and renders appropriately.
31
&::before {
0 commit comments