aboutsummaryrefslogtreecommitdiff
path: root/src/components/tab_switcher/tab_switcher.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-11-21 07:38:00 +0300
committerHenry Jameson <me@hjkos.com>2018-11-21 07:38:00 +0300
commitacf414e4517434d8847e842930c697b168d94cde (patch)
treeef5a0434c9831eb5cae31cdb6c656dcd3c9f7087 /src/components/tab_switcher/tab_switcher.scss
parent50562eb6b700cee84f70210fd1adc8df3b18b92b (diff)
changed the way tab-switcher works to avoid removing/adding nodes since that
seems to cause issues, instead hiding nodes with css.
Diffstat (limited to 'src/components/tab_switcher/tab_switcher.scss')
-rw-r--r--src/components/tab_switcher/tab_switcher.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss
index 6f3f9f27..4740fbde 100644
--- a/src/components/tab_switcher/tab_switcher.scss
+++ b/src/components/tab_switcher/tab_switcher.scss
@@ -1,6 +1,11 @@
@import '../../_variables.scss';
.tab-switcher {
+ .contents {
+ .hidden {
+ display: none;
+ }
+ }
.tabs {
display: flex;
position: relative;