From 189715547930ae50756562134f78f16adbd0824b Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 1 Oct 2018 11:59:21 -0400 Subject: [PATCH] prettier --- app/assets/stylesheets/common/base/_topic-list.scss | 2 +- app/assets/stylesheets/common/select-kit/category-drop.scss | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index 9e0d567afe7..95dab349368 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -20,7 +20,7 @@ border: 1px solid $primary-medium; font-size: $font-0; transition: none; - height: 10px // IE11 needs any height here for vertical centering, overriden elsewhere by min-height + height: 10px; // IE11 needs any height here for vertical centering, overriden elsewhere by min-height } .select-kit { align-self: center; diff --git a/app/assets/stylesheets/common/select-kit/category-drop.scss b/app/assets/stylesheets/common/select-kit/category-drop.scss index 56bfdaff58b..1605a8d8bcc 100644 --- a/app/assets/stylesheets/common/select-kit/category-drop.scss +++ b/app/assets/stylesheets/common/select-kit/category-drop.scss @@ -25,7 +25,6 @@ } .category-drop-header { - &.is-none .selected-name { color: inherit; }