diff --git a/src/shared/components/Tabs/Tab/index.scss b/src/shared/components/Tabs/Tab/index.scss index 79475ed58d..b05a0db7c2 100644 --- a/src/shared/components/Tabs/Tab/index.scss +++ b/src/shared/components/Tabs/Tab/index.scss @@ -24,6 +24,7 @@ border-bottom: 0.25rem solid var(--tab-bb-color); cursor: pointer; transition: color 0.2s, border-bottom-color 0.2s; + user-select: none; &:active { --tab-bb-color: var(--tab-inactive-hover-color);