make period chooser (/top h2) unselectable on touch
This commit is contained in:
parent
f67f34d889
commit
ae9fcf17ef
|
@ -259,6 +259,9 @@ ol.category-breadcrumb {
|
|||
}
|
||||
|
||||
.period-chooser {
|
||||
|
||||
@include unselectable;
|
||||
|
||||
h2 {
|
||||
float: left;
|
||||
}
|
||||
|
@ -272,6 +275,9 @@ ol.category-breadcrumb {
|
|||
}
|
||||
|
||||
#period-popup {
|
||||
|
||||
@include unselectable;
|
||||
|
||||
border: 1px solid scale-color-diff();
|
||||
padding: 5px;
|
||||
background: $secondary;
|
||||
|
|
Loading…
Reference in New Issue