Skip to content

Commit

Permalink
Fix some text color issues. Remove experimental colors reset for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector committed Jan 9, 2025
1 parent a01da54 commit 5d677cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/src/pages/[type]/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@
placeholder="Search collections..."
class="search-input menu-search"
/>
<div v-if="collections.length > 0" class="collections-list">
<div v-if="collections.length > 0" class="collections-list text-primary">
<Checkbox
v-for="option in collections
.slice()
Expand Down
17 changes: 0 additions & 17 deletions packages/assets/styles/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -208,23 +208,6 @@ html {
}

.experimental-styles-within {
// Reset deprecated properties
--color-icon: initial !important;
--color-text: initial !important;
--color-text-inactive: initial !important;
--color-text-dark: initial !important;
--color-heading: initial !important;
--color-text-inverted: initial !important;
--color-bg-inverted: initial !important;

--color-brand: var(--color-green) !important;
--color-brand-inverted: initial !important;

--tab-underline-hovered: initial !important;

--color-grey-link: inherit !important;
--color-grey-link-hover: inherit !important; // DEPRECATED, use filters in future
--color-grey-link-active: inherit !important; // DEPRECATED, use filters in future
--color-link: var(--color-blue) !important;
--color-link-hover: var(--color-blue) !important; // DEPRECATED, use filters in future
--color-link-active: var(--color-blue) !important; // DEPRECATED, use filters in future
Expand Down

0 comments on commit 5d677cc

Please sign in to comment.