Skip to content

Commit

Permalink
fix error positioning in Atom and Settings window
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastasiia Moskvina committed May 16, 2022
1 parent c31d750 commit 62a2dbc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@
}
}

label:hover::after {
transform: translate(180px, 21px);
}

> header{
flex-shrink: 0;
box-shadow: 0 2px 4px 0 @color-accordion-shadow;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@
margin-bottom: 4px;
color: @color-text-secondary;

&:hover::after {
transform: translate(59px, 21px);
}

>:last-child {
width: 137px;
margin: 0 !important;
Expand Down

0 comments on commit 62a2dbc

Please sign in to comment.