Skip to content

Commit

Permalink
fix: add link row style
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed May 19, 2022
1 parent 7a280dc commit a4c5ede
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,9 @@ a:hover > .bullet-container .bullet {
.block-content .resize {
max-width: -webkit-fill-available;
}

.add-button-link-wrap:hover .add-button-link {
color: var(--ls-primary-text-color);
opacity: 0.6 !important;
transform: scale(0.9);
}

0 comments on commit a4c5ede

Please sign in to comment.