wiki.techinc.nl/resources/lib/codex/modules/CdxButtonGroup-rtl.css
Anne Tomasevich b6f8c9525f Add module and manifest files to the codex RL module
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
2023-12-01 00:22:36 +00:00

1 line
472 B
CSS

.cdx-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-button-group .cdx-button{position:relative;z-index:1;margin-top:-1px;margin-right:-1px;border-radius:0}.cdx-button-group .cdx-button:enabled:active,.cdx-button-group .cdx-button:enabled:focus{z-index:3}.cdx-button-group .cdx-button:disabled{z-index:0;box-shadow:0 -1px #fff,1px 0 #fff}