Merge branch 'bug/only-show-pointer-on-export-event' into 'master'

Only show pointer cursor on export event title

See merge request framasoft/mobilizon!304
This commit is contained in:
Thomas Citharel 2019-11-05 17:51:26 +01:00
commit f40efe5a0e
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:"";