Skip to content

Commit

Permalink
fix(styles): Add default background to suggestions popup
Browse files Browse the repository at this point in the history
  • Loading branch information
joerideg committed Nov 15, 2024
1 parent 59e612d commit 599c4da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/suggestions/suggestions.properties.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
initial-value: 8px;
}

@property --lui-suggestions-background {
syntax: '*';
inherits: true;
initial-value: #ffffff;
}

@property --lui-suggestions-border {
syntax: '*';
inherits: true;
Expand Down
1 change: 1 addition & 0 deletions src/components/suggestions/suggestions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
border: var(--lui-suggestions-border);
border-radius: var(--lui-suggestions-border-radius);
box-shadow: var(--lui-suggestions-box-shadow);
background-color: var(--lui-suggestions-background);
}

.lui-suggestions-highlight {
Expand Down

0 comments on commit 599c4da

Please sign in to comment.