diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-23 00:24:16 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-23 00:24:16 +0300 |
| commit | 29082e9aee3dc50acfd5f1635f1a09017b83a893 (patch) | |
| tree | 152a842208085c9ac007f5b77772f8dae6729eb5 /src/components/tab_switcher/tab_switcher.scss | |
| parent | d6f7cb469c95af95791984eabeb301028962e22b (diff) | |
fixed checkbox styles, optimized default shadows
Diffstat (limited to 'src/components/tab_switcher/tab_switcher.scss')
| -rw-r--r-- | src/components/tab_switcher/tab_switcher.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss index 9fd9d905..d0e5ea87 100644 --- a/src/components/tab_switcher/tab_switcher.scss +++ b/src/components/tab_switcher/tab_switcher.scss @@ -34,13 +34,13 @@ border-bottom-right-radius: 0; padding: 5px 1em 99px; - &:hover { - z-index: 6; - } - &:not(.active) { z-index: 4; + &:hover { + z-index: 6; + } + &::after { content: ''; position: absolute; |
