make period chooser (/top h2) unselectable on touch

This commit is contained in:
Jeff Atwood 2014-08-22 17:01:12 -07:00
parent f67f34d889
commit ae9fcf17ef
1 changed files with 6 additions and 0 deletions

View File

@ -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;