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
1 changed files with 3 additions and 1 deletions

View File

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