diff --git a/app/assets/stylesheets/common/base/header.scss b/app/assets/stylesheets/common/base/header.scss index 7f997ee9903..f65a62bbb0e 100644 --- a/app/assets/stylesheets/common/base/header.scss +++ b/app/assets/stylesheets/common/base/header.scss @@ -231,6 +231,8 @@ font-size: 24px; text-align: center; } + /* as a big ol' click target, don't let text inside be selected */ + @include unselectable; } .category-links li:not(.heading) a {