Skip to content

Commit

Permalink
chore: migrate vui-source changes to v3.8.1 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrderyk authored Dec 29, 2024
1 parent b6832a8 commit dd59675
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vectara/vectara-ui",
"version": "3.8.0",
"version": "3.8.1",
"homepage": "https://vectara.github.io/vectara-ui/",
"description": "Vectara's design system, codified as a React and Sass component library",
"author": "Vectara",
Expand Down
4 changes: 3 additions & 1 deletion src/lib/components/table/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@

&.vuiTableRow-isBeingActedUpon,
&:not(.vuiTableRow--inert):hover {
background-color: $colorLightShade;
background-color: transparentize($colorLightShade, 0.75);
box-shadow: $shadowSmallEnd;
border-bottom-color: transparent;
}

&:last-child {
Expand Down

0 comments on commit dd59675

Please sign in to comment.