Elastic: Fix date button in calendar search bar, hide on desktop, show on mobile

This commit is contained in:
Aleksander Machniak 2018-05-17 13:54:54 +00:00
parent ad6654c3d8
commit dd3c88b03e

View file

@ -1764,6 +1764,16 @@ body.task-calendar {
}
}
.searchbar a.button.date {
@media screen and (min-width: (@screen-width-small + 1px)) {
display: none;
}
&:before {
line-height: 1.25;
}
}
@media screen and (max-width: @screen-width-small) {
.fc {
.fc-header-left {
@ -1918,7 +1928,3 @@ body.task-calendar {
color: @color-black-shade-text;
}
}
.searchbar a.button.date:before {
line-height: 1.25;
}