Skip to content

Commit

Permalink
fixed broder around rersult info buttton
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickskowronekdkfz committed Jan 15, 2024
1 parent fbddd1c commit e5fba46
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,18 @@ lens-info-button::part(info-button) {
height: 100%;
width: 38px;
background-color: var(--white);
border: solid 1px var(--light-blue);
border-radius: var(--border-radius-small);
border: 0;
}
lens-info-button::part(info-button):hover {background-color: #b8bfb8}
lens-info-button::part(info-button):active {
background-color: #585958;
transform: translateX(1px);
}
lens-info-button::part(info-button-title) {
font-family: var(--font-family);
}
Expand Down

0 comments on commit e5fba46

Please sign in to comment.