Skip to content

Commit

Permalink
Merge pull request #5907 from pat270/LPD-45052
Browse files Browse the repository at this point in the history
fix(@clayui/css): LPD-45052 Remove letter-spacing from diabled link i…
  • Loading branch information
matuzalemsteles authored Dec 26, 2024
2 parents 487295d + ea66fae commit 9af5897
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/clay-css/src/scss/cadmin/variables/_menubar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ $cadmin-menubar-primary: map-deep-merge(
background-color: transparent,
box-shadow: none,
font-weight: $cadmin-font-weight-normal,
letter-spacing: 0.016rem,
before: (
content: none,
),
Expand Down
1 change: 0 additions & 1 deletion packages/clay-css/src/scss/variables/_menubar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ $menubar-primary: map-deep-merge(
background-color: transparent,
box-shadow: none,
font-weight: $font-weight-normal,
letter-spacing: 0.016rem,
before: (
content: none,
),
Expand Down

0 comments on commit 9af5897

Please sign in to comment.