Skip to content

Commit

Permalink
Merge branch 'alpha' into Peter_Kulko/fix-gutter-with
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang authored Dec 26, 2023
2 parents b5e2247 + 31f002c commit 0f8eb77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions paragon/css/core/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Roboto+Mono&display=swap');

@import "./custom-media-breakpoints.css";
@import "./variables.css";
@import "custom-media-breakpoints.css";
@import "variables.css";
2 changes: 1 addition & 1 deletion paragon/css/core/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
--pgn-spacing-card-spacer-y: 1rem;
--pgn-spacing-card-spacer-x: 1.5rem;
--pgn-spacing-btn-focus-gap: 2px;
--pgn-size-popover-border-width: 0;
--pgn-size-popover-border-width: 0px;
--pgn-size-nav-pills-border-radius: 0;
--pgn-size-image-thumbnail-border-radius: 0;
--pgn-size-input-btn-border-width: 1px;
Expand Down
2 changes: 1 addition & 1 deletion tokens/src/core/components/Popover.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"size": {
"popover": {
"border": {
"width": { "value": "0" }
"width": { "value": "0px", "_comment": "A pixel next to zero is necessary for correct display Popover arrow." }
}
}
}
Expand Down

0 comments on commit 0f8eb77

Please sign in to comment.