mirror of
https://ghfast.top/https://github.com/discourse/discourse-tooltips.git
synced 2026-07-16 11:36:52 +08:00
11 lines
200 B
SCSS
11 lines
200 B
SCSS
.d-tooltip-content {
|
|
font-size: 0.8em;
|
|
color: var(--primary-medium);
|
|
}
|
|
|
|
.topic-list-body .link-top-line {
|
|
.fk-d-tooltip__trigger,
|
|
.fk-d-tooltip__trigger-container {
|
|
display: inline;
|
|
}
|
|
}
|