Bug: T343910 Bug: T347107 Bug: T350644 Bug: T350946 Bug: T356103 Bug: T356537 Bug: T356540 Bug: T356541 Bug: T357165 Bug: T357173 Bug: T357185 Bug: T357324 Depends-On: Ia561e6123ab8fa52b4498074867fc1b5e92f1e02 Change-Id: I363a97d33d85a9033da753f2a8fe730d80206639
1 line
1,003 B
CSS
1 line
1,003 B
CSS
.cdx-toggle-button-group{position:relative;z-index:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:2px;padding-top:1px;padding-right:1px;overflow:hidden}.cdx-toggle-button-group .cdx-toggle-button{position:relative;z-index:1;margin-top:-1px;margin-right:-1px;border-radius:0}.cdx-toggle-button-group .cdx-toggle-button:enabled:active,.cdx-toggle-button-group .cdx-toggle-button:enabled:focus{z-index:3}.cdx-toggle-button-group .cdx-toggle-button:disabled{z-index:0;box-shadow:0 -1px 0 0 var(--box-shadow-color-inverted),1px 0 0 0 var(--box-shadow-color-inverted)}.cdx-toggle-button-group .cdx-toggle-button--toggled-on:enabled{z-index:2;box-shadow:0 -1px 0 0 var(--box-shadow-color-inverted),1px 0 0 0 var(--box-shadow-color-inverted)}.cdx-toggle-button-group .cdx-toggle-button--toggled-on:enabled:focus{box-shadow:inset 0 0 0 1px var(--box-shadow-color-progressive--focus),inset 0 0 0 2px var(--box-shadow-color-inverted),0 0 0 1px var(--box-shadow-color-inverted)}
|