Compare commits
No commits in common. "aa24b2d07261a3c6c4194d677b83fe951831f566" and "7bf26a109437f5f519f9d3405e5325cf777e6ea2" have entirely different histories.
aa24b2d072
...
7bf26a1094
|
@ -1683,10 +1683,11 @@ a.sparkline {
|
|||
|
||||
a {
|
||||
color: $highlight-text-color;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1681,15 +1681,6 @@ a.sparkline {
|
|||
box-sizing: border-box;
|
||||
min-height: 100%;
|
||||
|
||||
a {
|
||||
color: $highlight-text-color;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 20px;
|
||||
unicode-bidi: plaintext;
|
||||
|
|
Loading…
Reference in New Issue