summaryrefslogtreecommitdiff
path: root/smoke/docs-main/src/components/LeftSidebar/SidebarSectionToggle.css
diff options
context:
space:
mode:
Diffstat (limited to 'smoke/docs-main/src/components/LeftSidebar/SidebarSectionToggle.css')
-rw-r--r--smoke/docs-main/src/components/LeftSidebar/SidebarSectionToggle.css18
1 files changed, 0 insertions, 18 deletions
diff --git a/smoke/docs-main/src/components/LeftSidebar/SidebarSectionToggle.css b/smoke/docs-main/src/components/LeftSidebar/SidebarSectionToggle.css
deleted file mode 100644
index 68e873a87..000000000
--- a/smoke/docs-main/src/components/LeftSidebar/SidebarSectionToggle.css
+++ /dev/null
@@ -1,18 +0,0 @@
-.SidebarSectionToggle {
- display: flex;
-}
-.SidebarSectionToggle button {
- flex-grow: 1;
- justify-content: center;
- border-radius: 0;
- cursor: pointer;
- padding: 0.6rem;
- border-bottom: 4px solid var(--theme-divider);
-}
-.SidebarSectionToggle button.is-icon {
- flex-grow: 0;
-}
-.SidebarSectionToggle button.active {
- color: var(--theme-accent);
- border-bottom-color: var(--theme-accent);
-}