diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-22 05:13:09 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-22 05:13:09 +0300 |
| commit | d6f7cb469c95af95791984eabeb301028962e22b (patch) | |
| tree | 7fbbc8b99fe8762ae9dc2fdcecd1307444debeb3 /src | |
| parent | 631b8433c04799a04da5369273f5d1861a346739 (diff) | |
small tab-switcher tweak
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/tab_switcher/tab_switcher.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss index bd93e988..9fd9d905 100644 --- a/src/components/tab_switcher/tab_switcher.scss +++ b/src/components/tab_switcher/tab_switcher.scss @@ -34,6 +34,10 @@ border-bottom-right-radius: 0; padding: 5px 1em 99px; + &:hover { + z-index: 6; + } + &:not(.active) { z-index: 4; |
