clean up css
This commit is contained in:
parent
d7f271729a
commit
42b609bdd0
2 changed files with 3 additions and 12 deletions
|
@ -34,7 +34,9 @@
|
|||
color: #8c8dff;
|
||||
text-decoration: underline;
|
||||
|
||||
&:hover {
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -919,17 +919,6 @@ code {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: $highlight-text-color;
|
||||
text-decoration: underline;
|
||||
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.action-pagination {
|
||||
|
|
Loading…
Reference in a new issue