diff options
Diffstat (limited to 'src/client/style')
-rw-r--r-- | src/client/style/index.scss | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/client/style/index.scss b/src/client/style/index.scss index 19ef748..8e1b4d0 100644 --- a/src/client/style/index.scss +++ b/src/client/style/index.scss @@ -16,10 +16,8 @@ body { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); } - &--has-results { - .search__input-wrapper { - border-bottom: 1px #BDBDBD solid; - } + &__results--has-results { + border-top: 1px #BDBDBD solid; } &__icon-wrapper { |