Skip to content

Commit ea66fae

Browse files
committed
fix(@clayui/css): LPD-45052 Remove letter-spacing from diabled link in menubar-primary
1 parent f5723dc commit ea66fae

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/clay-css/src/scss/cadmin/variables/_menubar.scss

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ $cadmin-menubar-primary: map-deep-merge(
6565
background-color: transparent,
6666
box-shadow: none,
6767
font-weight: $cadmin-font-weight-normal,
68-
letter-spacing: 0.016rem,
6968
before: (
7069
content: none,
7170
),

packages/clay-css/src/scss/variables/_menubar.scss

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ $menubar-primary: map-deep-merge(
6565
background-color: transparent,
6666
box-shadow: none,
6767
font-weight: $font-weight-normal,
68-
letter-spacing: 0.016rem,
6968
before: (
7069
content: none,
7170
),

0 commit comments

Comments
 (0)