Skip to content

Commit

Permalink
Merge pull request #5753 from ilzamcmed/LPS-201512
Browse files Browse the repository at this point in the history
fix(@clayui/css): Fix text behaviour in Vertical Navigation component
  • Loading branch information
pat270 authored Jan 22, 2024
2 parents f0f73f3 + f363cc5 commit a84f96b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions packages/clay-css/src/scss/atlas/variables/_menubar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $menubar-vertical-transparent-md: map-deep-merge(
(
nav-link: (
border-radius: $border-radius,
letter-spacing: 0.02em,
letter-spacing: 0.016rem,
margin-bottom: 0.25rem,
transition: #{color 0.15s ease-in-out,
background-color 0.15s ease-in-out,
Expand Down Expand Up @@ -61,7 +61,7 @@ $menubar-vertical-transparent-md: map-deep-merge(
background-color: transparent,
box-shadow: none,
font-weight: $font-weight-normal,
letter-spacing: 0.02em,
letter-spacing: 0.016rem,
before: (
content: none,
),
Expand Down Expand Up @@ -139,7 +139,7 @@ $menubar-vertical-transparent-lg: map-deep-merge(
(
nav-link: (
border-radius: $border-radius,
letter-spacing: 0.02em,
letter-spacing: 0.016rem,
margin-bottom: 0.25rem,
transition: #{color 0.15s ease-in-out,
background-color 0.15s ease-in-out,
Expand Down Expand Up @@ -194,7 +194,7 @@ $menubar-vertical-transparent-lg: map-deep-merge(
background-color: transparent,
box-shadow: none,
font-weight: $font-weight-normal,
letter-spacing: 0.02em,
letter-spacing: 0.016rem,
before: (
content: none,
),
Expand Down
8 changes: 4 additions & 4 deletions packages/clay-css/src/scss/cadmin/variables/_menubar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $cadmin-menubar-vertical-transparent-md: map-deep-merge(
nav-link: (
border-radius: $cadmin-border-radius,
color: $cadmin-gray-600,
letter-spacing: 0.02em,
letter-spacing: 0.016rem,
margin-bottom: 4px,
transition: #{color 0.15s ease-in-out,
background-color 0.15s ease-in-out,
Expand Down Expand Up @@ -119,7 +119,7 @@ $cadmin-menubar-vertical-transparent-md: map-deep-merge(
box-shadow: none,
color: rgba($cadmin-black, 0.3),
font-weight: $cadmin-font-weight-normal,
letter-spacing: 0.02em,
letter-spacing: 0.016rem,
before: (
content: none,
),
Expand Down Expand Up @@ -328,7 +328,7 @@ $cadmin-menubar-vertical-transparent-lg: map-deep-merge(
nav-link: (
border-radius: $cadmin-border-radius,
color: $cadmin-gray-600,
letter-spacing: 0.02em,
letter-spacing: 0.016rem,
margin-bottom: 4px,
transition: #{color 0.15s ease-in-out,
background-color 0.15s ease-in-out,
Expand Down Expand Up @@ -383,7 +383,7 @@ $cadmin-menubar-vertical-transparent-lg: map-deep-merge(
box-shadow: none,
color: rgba($cadmin-black, 0.3),
font-weight: $cadmin-font-weight-normal,
letter-spacing: 0.02em,
letter-spacing: 0.016rem,
before: (
content: none,
),
Expand Down

0 comments on commit a84f96b

Please sign in to comment.