Feature/refactor dark theme css selector (#3662)
* Refactor dark theme CSS selector * Update changelog
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
:host-context(.is-dark-theme) {
|
||||
:host-context(.theme-dark) {
|
||||
.mat-mdc-form-field {
|
||||
color: rgba(var(--light-primary-text));
|
||||
}
|
||||
|
@@ -40,7 +40,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
:host-context(.is-dark-theme) {
|
||||
:host-context(.theme-dark) {
|
||||
.activity-type-badge {
|
||||
background-color: rgba(var(--palette-foreground-text-dark), 0.1) !important;
|
||||
}
|
||||
|
@@ -10,7 +10,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
:host-context(.is-dark-theme) {
|
||||
:host-context(.theme-dark) {
|
||||
&.has-focus {
|
||||
a {
|
||||
color: rgba(var(--dark-primary-text));
|
||||
|
@@ -26,7 +26,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
:host-context(.is-dark-theme) {
|
||||
:host-context(.theme-dark) {
|
||||
.date-range-selector-container {
|
||||
border-color: rgba(var(--light-dividers));
|
||||
}
|
||||
|
@@ -25,7 +25,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
:host-context(.is-dark-theme) {
|
||||
:host-context(.theme-dark) {
|
||||
::ng-deep {
|
||||
.mdc-text-field--disabled {
|
||||
.mdc-notched-outline__leading,
|
||||
|
@@ -11,6 +11,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
:host-context(.is-dark-theme) {
|
||||
:host-context(.theme-dark) {
|
||||
border-color: rgba(var(--light-dividers));
|
||||
}
|
||||
|
Reference in New Issue
Block a user