mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
feat(docs): set tooltip bg to accent-high
This commit is contained in:
@@ -78,8 +78,8 @@ const { copyText } = Astro.props;
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: -14px;
|
left: -14px;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
background-color: white;
|
background-color: var(--sl-color-accent-high);
|
||||||
color: var(--sl-color-black);
|
color: white;
|
||||||
display: none;
|
display: none;
|
||||||
padding: 0.25rem 0.5rem;
|
padding: 0.25rem 0.5rem;
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
@@ -94,7 +94,7 @@ const { copyText } = Astro.props;
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
border-left: 8px solid transparent;
|
border-left: 8px solid transparent;
|
||||||
border-right: 8px solid transparent;
|
border-right: 8px solid transparent;
|
||||||
border-bottom: 8px solid white;
|
border-bottom: 8px solid var(--sl-color-accent-high);
|
||||||
right: 28px;
|
right: 28px;
|
||||||
top : -7px;
|
top : -7px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user