Quellcode durchsuchen

If deeplinking is disabled the anchor tag has no href attribute as a result the mouse pointer is not a pointer as it is no longer a hyperlink, setting the cursor explicitly to pointer.

bubble
Surya vor 7 Jahren
Ursprung
Commit
f63d2b1ae8
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      src/style/_layout.scss

+ 2
- 2
src/style/_layout.scss Datei anzeigen

@@ -726,12 +726,12 @@ section
a.nostyle {
text-decoration: inherit;
color: inherit;
cursor: auto;
cursor: pointer;
display: inline;

&:visited {
text-decoration: inherit;
color: inherit;
cursor: auto;
cursor: pointer;
}
}

Laden…
Abbrechen
Speichern