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