diff options
Diffstat (limited to 'src/components/Widgets/ToC/ToC.module.scss')
| -rw-r--r-- | src/components/Widgets/ToC/ToC.module.scss | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/src/components/Widgets/ToC/ToC.module.scss b/src/components/Widgets/ToC/ToC.module.scss deleted file mode 100644 index c2e7f97..0000000 --- a/src/components/Widgets/ToC/ToC.module.scss +++ /dev/null @@ -1,39 +0,0 @@ -@use "@styles/abstracts/functions" as fun; -@use "@styles/abstracts/mixins" as mix; - -.item { - width: 100%; - margin: 0; - - &::before { - display: none; - } -} - -.link { - display: flex; - flex-flow: row nowrap; - width: 100%; - padding: var(--spacing-2xs) var(--spacing-sm); - background: none; - border-bottom: fun.convert-px(1) solid var(--color-border-light); - text-decoration: underline solid transparent 0; - transition: all 0.16s ease-in-out 0s, text-decoration-color 0s; - - &:hover, - &:focus { - background: var(--color-bg-secondary); - } - - &:focus { - color: var(--color-primary); - text-decoration-color: var(--color-primary-light); - text-decoration-thickness: 0.25ex; - } - - &:active { - background: var(--color-bg-tertiary); - text-decoration-color: transparent; - text-decoration-thickness: 0; - } -} |
