Skip to content

Commit

Permalink
Update: Replace PLP hard coded border-radius with variable (fixes #498)…
Browse files Browse the repository at this point in the history
… (#499)

* PLP indicator border variables created

* Add PLP indicator border variables to override plugin styles

* remove PLP border width variable

* remove PLP border width variable
  • Loading branch information
kirsty-hames authored Mar 11, 2024
1 parent e40efcf commit 666b472
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions less/_defaults/_spacing-config.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@

@nav-btn-border-radius: 0;


// Progress
// --------------------------------------------------
@progress-border-radius: 50px;

// Menu header text margin
// --------------------------------------------------
@menu-title-margin: 1rem;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
// --------------------------------------------------
.pagelevelprogress {
&__indicator {
border-radius: @progress-border-radius;
border-color: @progress-border;
}

Expand Down

0 comments on commit 666b472

Please sign in to comment.