mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 03:09:43 +00:00
UX: adjust bootstrap mode tooltip color (#25002)
This commit is contained in:
parent
c91d053dec
commit
2887e2c055
@ -416,7 +416,8 @@ $mobile-avatar-height: 1.532em;
|
||||
}
|
||||
}
|
||||
|
||||
.d-header-mode .bootstrap-mode {
|
||||
.d-header-mode {
|
||||
.bootstrap-mode {
|
||||
color: var(--primary-medium);
|
||||
font-size: var(--font-down-1);
|
||||
margin-left: 1em;
|
||||
@ -427,3 +428,9 @@ $mobile-avatar-height: 1.532em;
|
||||
color: var(--secondary);
|
||||
}
|
||||
}
|
||||
|
||||
.fk-d-button-tooltip .fk-d-tooltip__trigger {
|
||||
color: var(--header_primary-high);
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user