Skip to content

Commit

Permalink
Update: padlock replaces icon when button locked (#58) #59
Browse files Browse the repository at this point in the history
  • Loading branch information
kirsty-hames authored Mar 19, 2024
1 parent a6b23f6 commit b74bca4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions less/pageNav.less
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@
}
}

// Padlock replaces icon when locked
// --------------------------------------------------
.pagenav__btn.is-locked .icon {
.icon-padlock-locked;
}

// Consistent with nav icon button styling
// --------------------------------------------------
.pagenav__btn.btn-icon:not(.btn-text) {
Expand Down

0 comments on commit b74bca4

Please sign in to comment.