Skip to content
Snippets Groups Projects

Infra 3696 - Apply pointer cursor only for eclipscon schedule

1 file
+ 8
1
Compare changes
  • Side-by-side
  • Inline
@@ -36,9 +36,16 @@
}
}
.eclipsecon-schedule-tracks {
.eclipsecon-taxonomy-term-tracks {
&:hover {
cursor:pointer;
}
}
}
.eclipsecon-taxonomy-term-tracks {
&:hover {
cursor:pointer;
a {
color:@brand-secondary;
border-bottom:1px solid @brand-secondary;
Loading