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 5454 }
5555
5656 .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 );
5761 cursor : inherit ;
5862 display : inline-flex ;
5963 align-items : center ;
117121
118122 @media (forced-colors : active ) {
119123 .button ::before {
120- content : ' ' ;
121- box-sizing : border-box ;
122124 border : 1px solid CanvasText;
123- border-radius : inherit ;
124- inset : 0 ;
125- pointer-events : none ;
126- position : absolute ;
127125 }
128126
129127 :host ([disabled ]) .button {
128+ --_disabled-icon-color : GrayText ;
130129 --_disabled-icon-opacity : 1 ;
131130 --_disabled-container-opacity : 1 ;
131+ --_disabled-label-text-color : GrayText ;
132132 --_disabled-label-text-opacity : 1 ;
133133 }
134134 }
135135
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 ,
145136 .button ::before ,
146137 md-elevation ,
147138 md-ripple {
158149 padding-inline-start : var (--_with-trailing-icon-leading-space );
159150 padding-inline-end : var (--_with-trailing-icon-trailing-space );
160151 }
161-
162- .link-button-wrapper {
163- inline-size : 100% ;
164- }
165152}
You can’t perform that action at this time.
0 commit comments