diff --git a/styles.css b/styles.css index 106d6f5..2f9394d 100644 --- a/styles.css +++ b/styles.css @@ -4190,6 +4190,7 @@ section > h2 { padding: 0.3rem 0 0 0; } .tabview .tab-links label { font-size: 0.9em; + user-select: none; cursor: pointer; } .tabview .tab-links label:hover { color: var(--text-on-background-color-2); diff --git a/tab.scss b/tab.scss index 0bf913b..f7cd409 100644 --- a/tab.scss +++ b/tab.scss @@ -5,6 +5,7 @@ label { font-size: 0.9em; + user-select: none; cursor: pointer; &:hover {