Skip to content

Commit

Permalink
fix: missing popover css vars (#778)
Browse files Browse the repository at this point in the history
* fix: missing popover css vars
* descoped popover css variables
  • Loading branch information
francisrupert authored Jan 5, 2023
1 parent b214227 commit dad55b5
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions lib/build/less/components/popover.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,21 @@
// - Content
// - Header / Footer


// $ POPOVER
// $ CSS CUSTOM PROPERTIES
// ----------------------------------------------------------------------------
.d-popover {
// $ CSS CUSTOM PROPERTIES
// ----------------------------------------------------------------------------

body {
--popover-color-background: var(--black-100);
--popover-border-width: var(--size-100); // 8
--popover-border-radius: var(--size-400);
--popover-color-shadow: hsla(var(--black-900-hsl) ~' / ' 10%);
--popover-color-border: var(--popover-color-shadow);
--popover-shadow: 0 0 0 1px var(--popover-color-shadow), var(--bs-card);
}

// $ POPOVER
// ----------------------------------------------------------------------------
.d-popover {


// $ POPOVER DIALOG
// ----------------------------------------------------------------------------
Expand Down

0 comments on commit dad55b5

Please sign in to comment.