UX: adjust bootstrap mode tooltip color (#25002)

This commit is contained in:
Kris 2023-12-21 13:22:28 -05:00 committed by GitHub
parent c91d053dec
commit 2887e2c055
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -416,14 +416,21 @@ $mobile-avatar-height: 1.532em;
} }
} }
.d-header-mode .bootstrap-mode { .d-header-mode {
color: var(--primary-medium); .bootstrap-mode {
font-size: var(--font-down-1); color: var(--primary-medium);
margin-left: 1em; font-size: var(--font-down-1);
padding: 0.15em 0.5em; margin-left: 1em;
padding: 0.15em 0.5em;
&:focus { &:focus {
background-color: var(--primary-medium); background-color: var(--primary-medium);
color: var(--secondary); color: var(--secondary);
}
}
.fk-d-button-tooltip .fk-d-tooltip__trigger {
color: var(--header_primary-high);
background: transparent;
} }
} }