refactor(material): remove options list border radius

This commit is contained in:
Sergey Andrievskiy 2020-04-02 12:40:55 +03:00 committed by Maksim Karatkevich
parent 7ef080404c
commit 9dcac96871

View file

@ -105,6 +105,7 @@ $nb-themes: nb-register-theme((
card-header-with-select-padding-bottom: 0.5rem, card-header-with-select-padding-bottom: 0.5rem,
select-min-width: 6rem, select-min-width: 6rem,
option-list-border-radius: 0,
slide-out-background: linear-gradient(270deg, #e0e0e0 0%, #ebebeb 100%), slide-out-background: linear-gradient(270deg, #e0e0e0 0%, #ebebeb 100%),
slide-out-shadow-color: 0 4px 14px 0 #ebebeb, slide-out-shadow-color: 0 4px 14px 0 #ebebeb,
@ -126,6 +127,7 @@ $nb-themes: nb-register-theme((
card-header-with-select-padding-bottom: 0.5rem, card-header-with-select-padding-bottom: 0.5rem,
select-min-width: 6rem, select-min-width: 6rem,
option-list-border-radius: 0,
slide-out-background: linear-gradient(270deg, #1f1f1f 0%, #292929 100%), slide-out-background: linear-gradient(270deg, #1f1f1f 0%, #292929 100%),
slide-out-shadow-color: 0 4px 14px 0 #292929, slide-out-shadow-color: 0 4px 14px 0 #292929,