mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-26 12:01:16 -08:00
✨ Improvel missing tooltip font weight (#2204)
This commit is contained in:
parent
0c6c02465e
commit
9becf040f1
|
@ -7,10 +7,6 @@
|
||||||
outline-width: 0;
|
outline-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
font-weight: var(--font-weight-bold);
|
|
||||||
}
|
|
||||||
|
|
||||||
@include mixins.e(popper) {
|
@include mixins.e(popper) {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
@ -20,6 +16,11 @@
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
min-width: 10px;
|
min-width: 10px;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
font-weight: var(--font-weight-regular);
|
||||||
|
|
||||||
|
a {
|
||||||
|
font-weight: var(--font-weight-bold);
|
||||||
|
}
|
||||||
|
|
||||||
.popper__arrow,
|
.popper__arrow,
|
||||||
.popper__arrow::after {
|
.popper__arrow::after {
|
||||||
|
|
Loading…
Reference in a new issue