d8fb480ca1
* ui: Various CSS amends 1. Split out %icon-definition from %composite-row 2. Add hover effect to node listing 3. Fix up proxy level list components 4. Rename our various pills to use a 100-900 scale 5. Reogranize other icon related things (consul-kind and consul-external-source) * Fix up upstream test
17 lines
331 B
SCSS
17 lines
331 B
SCSS
%tooltip-panel dt {
|
|
cursor: pointer;
|
|
}
|
|
/* This is the top chevron */
|
|
%tooltip-panel dd > div::before {
|
|
@extend %as-pseudo;
|
|
width: 12px;
|
|
height: 12px;
|
|
background: white;
|
|
border-top: 1px solid $gray-300;
|
|
border-right: 1px solid $gray-300;
|
|
transform: rotate(-45deg);
|
|
position: absolute;
|
|
left: 16px;
|
|
top: -7px;
|
|
}
|