Skip to content

Commit

Permalink
Merge pull request #5830 from pat270/LPD-27401
Browse files Browse the repository at this point in the history
fix(@clayui/css): LPD-27401 Refactor. Change display property to allo…
  • Loading branch information
matuzalemsteles authored Jun 6, 2024
2 parents affe1ae + 3e0ed1d commit cbef99f
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/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $table-title-link: () !default;
$table-title-link: map-deep-merge(
(
border-radius: 1px,
display: inline-flex,
display: inline-block,
max-width: 100%,
transition: box-shadow 0.15s ease-in-out,
focus: (
Expand Down Expand Up @@ -107,7 +107,7 @@ $table-link: map-deep-merge(
(
border-radius: 1px,
color: $gray-900,
display: inline-flex,
display: inline-block,
max-width: 100%,
transition: box-shadow 0.15s ease-in-out,
hover: (
Expand Down Expand Up @@ -186,7 +186,7 @@ $table-list-title-link: map-deep-merge(
(
border-radius: 1px,
color: $gray-900,
display: inline-flex,
display: inline-block,
max-width: 100%,
transition: box-shadow 0.15s ease-in-out,
hover: (
Expand All @@ -207,7 +207,7 @@ $table-list-link: map-deep-merge(
(
border-radius: 1px,
color: $gray-900,
display: inline-flex,
display: inline-block,
max-width: 100%,
transition: box-shadow 0.15s ease-in-out,
hover: (
Expand Down
8 changes: 4 additions & 4 deletions packages/clay-css/src/scss/cadmin/variables/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ $cadmin-table-title-link: map-deep-merge(
(
border-radius: 1px,
color: $cadmin-gray-900,
display: inline-flex,
display: inline-block,
max-width: 100%,
transition: box-shadow 0.15s ease-in-out,
hover: (
Expand All @@ -206,7 +206,7 @@ $cadmin-table-link: map-deep-merge(
(
border-radius: 1px,
color: $cadmin-gray-900,
display: inline-flex,
display: inline-block,
max-width: 100%,
transition: box-shadow 0.15s ease-in-out,
hover: (
Expand Down Expand Up @@ -761,7 +761,7 @@ $cadmin-table-list-title-link: map-deep-merge(
(
border-radius: 1px,
color: $cadmin-gray-900,
display: inline-flex,
display: inline-block,
max-width: 100%,
transition: box-shadow 0.15s ease-in-out,
hover: (
Expand All @@ -782,7 +782,7 @@ $cadmin-table-list-link: map-deep-merge(
(
border-radius: 1px,
color: $cadmin-gray-900,
display: inline-flex,
display: inline-block,
max-width: 100%,
transition: box-shadow 0.15s ease-in-out,
hover: (
Expand Down

0 comments on commit cbef99f

Please sign in to comment.