Skip to content

Commit

Permalink
Pattern Library: Visual tweaks for resize handle (#98087)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekelund authored Jan 9, 2025
1 parent 61b7332 commit 6cf944d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions client/my-sites/patterns/components/pattern-preview/style.scss
Original file line number Diff line number Diff line change
@@ -185,16 +185,23 @@
top: 3.4rem;

&::after {
background-color: #a7aaad;
background-color: var(--studio-gray-20);
border-radius: 3px;
box-shadow: none;
height: 50px;
height: 70px;
max-height: 90%;
right: 50%;
top: 50%;
transform: translate(50%, -50%);
transition: background-color 0.2s linear;
width: 6px;
}

&:hover::after,
&:active::after {
background-color: var(--studio-gray-40);
}

&::before {
content: none;
}

0 comments on commit 6cf944d

Please sign in to comment.