we weren't using that class any more
parent
6e1aa4dfd0
commit
aea47fff25
|
@ -485,14 +485,6 @@ a#readon span {
|
|||
#js-leftcol a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
#js-leftcol a.comingsoon:hover {
|
||||
text-decoration: none;
|
||||
cursor: default;
|
||||
}
|
||||
#js-leftcol a.comingsoon:hover:after {
|
||||
content: " Coming soon!";
|
||||
color: #8dc63f;
|
||||
}
|
||||
#js-leftcol .jsmod-content {
|
||||
border: solid 1px #edf3f4;
|
||||
-moz-border-radius: 0 0 10px 10px;
|
||||
|
|
|
@ -401,17 +401,7 @@ a#readon {
|
|||
|
||||
&:hover{
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
&.comingsoon:hover {
|
||||
text-decoration: none;
|
||||
cursor: default;
|
||||
|
||||
&:after {
|
||||
content: " Coming soon!";
|
||||
color: @call-to-action;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.jsmod-content {
|
||||
|
|
Loading…
Reference in New Issue