In preparation for updates to the CodexModule class, which will enable ResourceLoader modules to request a subset of Codex components, styles, and/or composables, add the distributed module files for each component and composable, plus the generated manifests that map dependencies. This patch both: - Includes the module directory in the foreign resource definition, so the module and manifest files will be included during subsequent releases - Adds the files themselves Bug: T350054 Change-Id: I8f03eceb053d3edb690d6f0182da438cfff7c468
1 line
781 B
CSS
1 line
781 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-left:1px;overflow:hidden}.cdx-toggle-button-group .cdx-toggle-button{position:relative;z-index:1;margin-top:-1px;margin-left:-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 #fff,-1px 0 #fff}.cdx-toggle-button-group .cdx-toggle-button--toggled-on:enabled{z-index:2;box-shadow:0 -1px #fff,-1px 0 #fff}.cdx-toggle-button-group .cdx-toggle-button--toggled-on:enabled:focus{box-shadow:inset 0 0 0 1px #36c,inset 0 0 0 2px #fff,0 0 0 1px #fff}
|