Skip to content

Commit

Permalink
Migrate to use :deep selector instead of deprecated ::v-deep
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
  • Loading branch information
susnux committed Oct 5, 2022
1 parent c4271b1 commit 7ce6f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/action.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
background-repeat: no-repeat;
}

&::v-deep .material-design-icon {
&:deep(.material-design-icon) {
width: $clickable-area;
height: $clickable-area;
opacity: $opacity_full;
Expand Down

0 comments on commit 7ce6f31

Please sign in to comment.