-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2386 from HHS/main
[Prod] Strip whitespace from beginning and end of string when creating RTR objectives, improve RSS feed processing, properly save source on RTR
- Loading branch information
Showing
15 changed files
with
235 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,15 @@ | ||
@use '../colors.scss' as *; | ||
|
||
/** | ||
this hides the initial "author inforation" blocks" | ||
**/ | ||
.ttahub-feed-article:not(.ttahub-feed-article--partial) div[data-contents="true"] > [data-block="true"]:nth-child(1), | ||
.ttahub-feed-article:not(.ttahub-feed-article--partial) div[data-contents="true"] > [data-block="true"]:nth-child(2), | ||
.ttahub-feed-article:not(.ttahub-feed-article--partial) div[data-contents="true"] > [data-block="true"]:nth-child(3), | ||
.ttahub-feed-article:not(.ttahub-feed-article--partial) div[data-contents="true"] > [data-block="true"]:last-child, | ||
.ttahub-feed-article div[data-contents="true"] > [data-block="true"]:empty, | ||
.ttahub-feed-article h4:empty { | ||
// hide the "blog post by" text | ||
.ttahub-feed-article-content p:has(a:not([href])){ | ||
display: none; | ||
} | ||
|
||
|
||
// fix the margins and spacing of the read only editor | ||
.ttahub-feed-article .public-DraftStyleDefault-block { | ||
font-size: 1.06rem; | ||
line-height: 1.5; | ||
margin: 0; | ||
white-space: normal; | ||
// remove inline styles from feed | ||
// - since they are inline, we have to use !important | ||
.ttahub-feed-article-content .feed > div { | ||
border: none !important; | ||
padding: 0 !important; | ||
} | ||
|
||
// hide the big old link icon that pops up | ||
.ttahub-feed-article .rdw-link-decorator-icon { | ||
.ttahub-feed-article-content .feed div:last-child{ | ||
display: none; | ||
} | ||
|
||
.ttahub-feed-article .public-DraftStyleDefault-block a:after, | ||
.ttahub-read-more--external:after { | ||
content: "\f35d"; | ||
display: inline-block; | ||
font: normal normal normal 16px/1 FontAwesome; | ||
margin: 0 8px; | ||
} | ||
|
||
.ttahub-feed-article .public-DraftStyleDefault-block a:hover:after { | ||
opacity: 0.75; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.