diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index 3b433b5f2c0..8735702a160 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -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;