ソースを参照

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 7年前
コミット
f63d2b1ae8
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      src/style/_layout.scss

+ 2
- 2
src/style/_layout.scss ファイルの表示

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

読み込み中…
キャンセル
保存