-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update Core-CMS & Core-Styles, rename CMS Settings, Portal Purple to Blue #476
Changes from all commits
6e6b679
4553d6d
81cb021
ab490f2
291efe4
443b30a
75ecadd
4330030
ea5002e
c82a249
8ff037c
2090fee
8b29551
1c26d0d
6373e23
041d5d4
3d54f51
88c81b2
2a60693
56d6001
65a37c6
2c6812b
3949325
c437461
108d41d
d82ecff
552f38c
83530d6
8a4a385
87664c4
9beb9ac
a7983db
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,7 +65,7 @@ | |
|
||
/* url under search result title */ | ||
& .gs-webResult div.gs-visibleUrl { | ||
color: var(--global-color-accent--secondary); | ||
color: var(--global-color-secondary--normal); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Uses Core-Styles v2 color var name instead of v1’s. |
||
} | ||
|
||
/* search result titles */ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,7 @@ | |
/* TODO: Share styles between c-news and c-feed-list (`time:not(…)`) */ | ||
.c-feed-list > :is(div, article) > time:not(:is(h1, h2, h3, h4, h5, h6) *), | ||
.c-feed-list > :is(div, article) > p:has(time):not(:is(h1, h2, h3, h4, h5, h6) *) { | ||
color: var(--global-color-accent--secondary); | ||
color: var(--global-color-secondary--normal); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Uses Core-Styles v2 color var name instead of v1’s. |
||
font-weight: var(--medium); | ||
text-transform: uppercase; | ||
} | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
|
||
/* TODO: Share styles between c-news and c-feed-list (`time:not(…)`) */ | ||
.c-news article time:not(:is(h1, h2, h3, h4, h5, h6) *) { | ||
color: var(--global-color-accent--secondary); | ||
color: var(--global-color-secondary--normal); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Uses Core-Styles v2 color var name instead of v1’s. |
||
font-weight: var(--medium); | ||
text-transform: uppercase; | ||
} | ||
|
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,6 @@ | |
.s-abbr-list span.abbr, | ||
.abbr-list abbr, | ||
.abbr-list span.abbr { | ||
color: var(--global-color-accent--secondary); | ||
color: var(--global-color-secondary--normal); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Uses Core-Styles v2 color var name instead of v1’s. |
||
font-weight: var(--bold); | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,5 @@ | |
} | ||
|
||
.disabled { | ||
background-color: var(--global-color-accent--weak); | ||
background-color: var(--global-color-accent--xx-light); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Uses Core-Styles v2 color var name instead of v1’s. |
||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
.link:hover, | ||
.link--active:is(:link, :visited) { | ||
color: var(--global-color-primary--x-dark); /* to pass color contrast test */ | ||
background-color: var(--global-color-accent--weak); | ||
background-color: var(--global-color-accent--xx-light); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Uses Core-Styles v2 color var name instead of v1’s. |
||
} | ||
.link:active, | ||
.link--active:is(:link, :visited) { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
} | ||
|
||
.posted-date { | ||
color: var(--global-color-accent--secondary); | ||
color: var(--global-color-secondary--normal); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Uses Core-Styles v2 color var name instead of v1’s. |
||
font-weight: var(--medium); | ||
text-transform: uppercase; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
custom-selectors
: moved / no-oprelative-color-syntax
: to change a color programmatically