mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
make period chooser (/top h2) unselectable on touch
This commit is contained in:
parent
f67f34d889
commit
ae9fcf17ef
1 changed files with 6 additions and 0 deletions
|
@ -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 a new issue