File tree Expand file tree Collapse file tree 1 file changed +6
-19
lines changed Expand file tree Collapse file tree 1 file changed +6
-19
lines changed Original file line number Diff line number Diff line change 54
54
}
55
55
56
56
.button {
57
+ border-start-start-radius : var (--_container-shape-start-start );
58
+ border-start-end-radius : var (--_container-shape-start-end );
59
+ border-end-start-radius : var (--_container-shape-end-start );
60
+ border-end-end-radius : var (--_container-shape-end-end );
57
61
cursor : inherit ;
58
62
display : inline-flex ;
59
63
align-items : center ;
117
121
118
122
@media (forced-colors : active ) {
119
123
.button ::before {
120
- content : ' ' ;
121
- box-sizing : border-box ;
122
124
border : 1px solid CanvasText;
123
- border-radius : inherit ;
124
- inset : 0 ;
125
- pointer-events : none ;
126
- position : absolute ;
127
125
}
128
126
129
127
:host ([disabled ]) .button {
128
+ --_disabled-icon-color : GrayText ;
130
129
--_disabled-icon-opacity : 1 ;
131
130
--_disabled-container-opacity : 1 ;
131
+ --_disabled-label-text-color : GrayText ;
132
132
--_disabled-label-text-opacity : 1 ;
133
133
}
134
134
}
135
135
136
- .button ,
137
- md-ripple {
138
- border-start-start-radius : var (--_container-shape-start-start );
139
- border-start-end-radius : var (--_container-shape-start-end );
140
- border-end-start-radius : var (--_container-shape-end-start );
141
- border-end-end-radius : var (--_container-shape-end-end );
142
- }
143
-
144
- .button ::after ,
145
136
.button ::before ,
146
137
md-elevation ,
147
138
md-ripple {
158
149
padding-inline-start : var (--_with-trailing-icon-leading-space );
159
150
padding-inline-end : var (--_with-trailing-icon-trailing-space );
160
151
}
161
-
162
- .link-button-wrapper {
163
- inline-size : 100% ;
164
- }
165
152
}
You can’t perform that action at this time.
0 commit comments