Skip to content

Commit

Permalink
Use outline style for hotspots tooltip buttons
Browse files Browse the repository at this point in the history
REDMINE-20673
  • Loading branch information
tf committed Aug 2, 2024
1 parent 82991a5 commit 1f2dbea
Showing 1 changed file with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,20 @@
border-radius: 5px;
text-decoration: none;
padding: 0.5rem;
background-color: var(--theme-widget-primary-color);
color: var(--theme-widget-on-primary-color);
background-color: transparent;
color: inherit;
margin-top: 1rem;
font-weight: bold;
border: solid 1px color-mix(in srgb, currentColor, transparent);
}

.dark .link {
border: solid 1px rgb(255 255 255 / 5%);
.link:hover,
.link:active {
border: solid 1px currentColor;
}

.light .link {
color: var(--theme-widget-primary-color);
}

.box > :first-child .link {
Expand Down

0 comments on commit 1f2dbea

Please sign in to comment.