Skip to content

Commit

Permalink
fix(select): remove usage of deleted variables (#1670)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed Jul 1, 2019
1 parent e8834d7 commit ff4dc8b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions src/framework/theme/components/select/_select-outline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,9 @@

&.top {
border-top-color: nb-theme(select-outline-#{$status}-adjacent-border-color);
border-top-style: nb-theme(select-outline-#{$status}-adjacent-border-style);
border-top-width: nb-theme(select-outline-#{$status}-adjacent-border-width);
}
&.bottom {
border-bottom-color: nb-theme(select-outline-#{$status}-adjacent-border-color);
border-bottom-style: nb-theme(select-outline-#{$status}-adjacent-border-style);
border-bottom-width: nb-theme(select-outline-#{$status}-adjacent-border-width);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

.options-list-container {
box-shadow: nb-theme(select-options-list-shadow);
border-color: nb-theme(select-options-list-border-color);
border-style: nb-theme(select-options-list-border-style);
border-width: nb-theme(select-options-list-border-width);
overflow: hidden;
Expand Down
2 changes: 1 addition & 1 deletion src/framework/theme/components/select/select.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ export class NbSelectLabelComponent {
* select-min-width:
* select-options-list-max-height:
* select-options-list-shadow:
* select-options-list-border-color:
* select-options-list-border-style:
* select-options-list-border-width:
* select-outline-width:
Expand Down Expand Up @@ -220,6 +219,7 @@ export class NbSelectLabelComponent {
* select-option-outline-medium-padding:
* select-option-outline-large-padding:
* select-option-outline-giant-padding:
* select-open-outline-border-color:
* select-outline-adjacent-border-color:
* select-outline-adjacent-border-style:
* select-outline-adjacent-border-width:
Expand Down

0 comments on commit ff4dc8b

Please sign in to comment.