From 714c45e08f054b7a980a21cf0fae4de2f294ed9c Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Tue, 4 Jun 2019 13:50:34 +0200 Subject: [PATCH] fix(select): transparent gap between options (#1563) --- .../theme/components/select/_select.component.theme.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/framework/theme/components/select/_select.component.theme.scss b/src/framework/theme/components/select/_select.component.theme.scss index f58eb04927..2f155274c3 100644 --- a/src/framework/theme/components/select/_select.component.theme.scss +++ b/src/framework/theme/components/select/_select.component.theme.scss @@ -49,6 +49,7 @@ } .options-list { + background-color: nb-theme(select-option-background-color); max-height: nb-theme(select-options-list-max-height); height: 100%; overflow: auto;