2020-09-22 17:20:44 +00:00
|
|
|
%tooltip-panel dt {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2020-06-09 10:10:14 +00:00
|
|
|
/* This is the top chevron */
|
|
|
|
%tooltip-panel dd > div::before {
|
|
|
|
@extend %as-pseudo;
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
2022-04-11 09:05:02 +00:00
|
|
|
background-color: rgb(var(--tone-gray-000));
|
2021-10-07 18:21:11 +00:00
|
|
|
border-top: 1px solid rgb(var(--tone-gray-300));
|
|
|
|
border-right: 1px solid rgb(var(--tone-gray-300));
|
2020-06-09 10:10:14 +00:00
|
|
|
transform: rotate(-45deg);
|
|
|
|
position: absolute;
|
|
|
|
left: 16px;
|
|
|
|
top: -7px;
|
|
|
|
}
|