Skip to content
Snippets Groups Projects
Unverified Commit e5b9b25c authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub
Browse files

Merge pull request #1017 from davidaylaian/no-user-select-tabs

Make it so that the user cannot select tabs
parents 5dbbeae6 74bb1929
No related branches found
No related tags found
No related merge requests found
...@@ -68,6 +68,8 @@ ...@@ -68,6 +68,8 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
user-select: none;
} }
.tab.is-selected { .tab.is-selected {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment