disable mouse selection of tabs

This commit is contained in:
Dennis Eichhorn 2019-10-05 20:03:15 +02:00
parent b62e60940b
commit 33ac7c6ea8
2 changed files with 2 additions and 0 deletions

View File

@ -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);

View File

@ -5,6 +5,7 @@
label {
font-size: 0.9em;
user-select: none;
cursor: pointer;
&:hover {