Only show pointer cursor on export event title

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2019-11-04 16:58:24 +01:00
parent 037aa4f9e5
commit 6a807a6a13
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773

View File

@ -892,7 +892,6 @@ export default class Event extends EventMixin {
font-size: 3rem; font-size: 3rem;
text-decoration: underline; text-decoration: underline;
text-decoration-color: $secondary; text-decoration-color: $secondary;
cursor: pointer;
max-width: 20rem; max-width: 20rem;
} }
@ -922,6 +921,9 @@ export default class Event extends EventMixin {
background-position: 10% 50%; background-position: 10% 50%;
background-image: url('../../assets/undraw_events.svg'); background-image: url('../../assets/undraw_events.svg');
position: relative; position: relative;
h3 {
cursor: pointer;
}
&::before { &::before {
content:""; content:"";