Added cursor: pointer to all links
This commit is contained in:
parent
6bb5b53377
commit
5d0611ed30
7 changed files with 1 additions and 8 deletions
|
@ -55,7 +55,6 @@
|
|||
.comment .header .ops a {
|
||||
color: silver;
|
||||
font-size: 80%;
|
||||
cursor: pointer;
|
||||
}
|
||||
.comment .header .ops a:first-of-type:before {
|
||||
margin-left: 0.5em;
|
||||
|
|
|
@ -40,6 +40,7 @@ h3 {
|
|||
a {
|
||||
color: #24A2DD;
|
||||
text-decoration: none;
|
||||
cursor: pointer; /* for links without [href] */
|
||||
}
|
||||
|
||||
a:hover {
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
}
|
||||
|
||||
.page-list li a {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
padding: 0.4em 1.2em;
|
||||
}
|
||||
|
|
|
@ -78,9 +78,6 @@
|
|||
margin: 0 0.25em 0.25em 0;
|
||||
}
|
||||
|
||||
#sidebar a {
|
||||
cursor: pointer;
|
||||
}
|
||||
#sidebar ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
margin: 0 0.5em;
|
||||
}
|
||||
#tag-list ul.order a {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
padding: 0.2em 0.5em;
|
||||
}
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
}
|
||||
|
||||
#user-list ul.order a {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
padding: 0.2em 0.5em;
|
||||
}
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
}
|
||||
|
||||
#user-view ul a {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
padding: 0.2em 0.5em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue