1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Make header link not selectable

This commit is contained in:
Unrud 2022-09-15 01:12:41 +02:00
parent d14b9a6ed6
commit dc9b43c907
3 changed files with 8 additions and 2 deletions

View file

@ -15,6 +15,10 @@ table, tr, td, th, thead {
border-collapse: collapse;
}
.headerlink {
display: none;
}
@media not screen {
nav {
/* Override changes made by JS to HTMLElement */

View file

@ -1,4 +1,4 @@
nav, .headerlink {
nav {
display: none;
}

View file

@ -365,7 +365,9 @@ td, th {
}
.headerlink {
display: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
section > *:first-child:hover a.headerlink {