Skip to content

Commit

Permalink
fix: Fix SASS 1.79 deprecation warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Sep 23, 2024
1 parent 1c48549 commit bbccb0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pat/relateditems/relateditems.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@use 'sass:color';

.pat-relateditems-container {
position: relative;
display: inline-block;
Expand Down Expand Up @@ -184,7 +186,7 @@
padding: 0 0.15em 0 0.1em;

&:hover {
background-color: lighten(#d8d8d8, 5%);
background-color: color.scale(#d8d8d8, $lightness: 5%);
}

span {
Expand Down

0 comments on commit bbccb0c

Please sign in to comment.