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