Skip to content

Commit

Permalink
chore: Convert link to button
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkwr committed Oct 15, 2024
1 parent 4cf032c commit 840cc00
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions view/frontend/web/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,17 @@
line-height: 1.5;
}

.two-tooltip-text a {
text-decoration: none;
text-underline-offset: 2px;
cursor: pointer;
padding: 5px 10px;
border-radius: 5px;
border: 1px solid var(--color-gray89);
color: var(--color-white);
background-color: var(--color-blue2);
}

.tooltip-container:hover .two-tooltip-text {
visibility: visible;
opacity: 1;
Expand Down

0 comments on commit 840cc00

Please sign in to comment.