mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-19 10:05:40 +08:00
17 lines
446 B
SCSS
Vendored
17 lines
446 B
SCSS
Vendored
.uc-modernize-foundation-theme {
|
|
.fc .fc-button-primary {
|
|
--fc-button-bg-color: var(--secondary);
|
|
--fc-button-border-color: var(--primary-200);
|
|
--fc-button-active-bg-color: var(--primary-200);
|
|
--fc-button-hover-bg-color: var(--primary-100);
|
|
}
|
|
|
|
.fc-button-active {
|
|
color: var(--primary) !important;
|
|
|
|
&:focus {
|
|
background-color: var(--primary-200) !important;
|
|
color: var(--primary) !important;
|
|
}
|
|
}
|
|
}
|