-
Notifications
You must be signed in to change notification settings - Fork 1
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 #226 from yalesites-org/develop
Release
- Loading branch information
Showing
4 changed files
with
11,323 additions
and
24,762 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
.localist_widget_container .action_button a { | ||
/* stylelint-disable hue-degree-notation, color-function-notation */ | ||
|
||
/* Color taken from inline styles brought in with localist. | ||
* This matches the background color that is the button. | ||
* Stylelint placed to exactly match what is coming from localist. | ||
*/ | ||
--color-text-shadow: hsl(213, 66%, 45%); | ||
/* stylelint-enable hue-degree-notation, color-function-notation */ | ||
} | ||
|
||
/* Use our text decoration for the title and entity source links. | ||
* important was unfortunately needed due to the page inline style taking | ||
* precedence over this file. | ||
*/ | ||
.localist-widget .event__list__content_event-title:hover, | ||
.localist_widget_container li a:hover, | ||
.localist_widget_container .lw_event_item_title a:hover { | ||
text-decoration: none !important; | ||
} | ||
|
||
.localist_widget_container .action_button a:hover { | ||
/* stylelint-disable hue-degree-notation, color-function-notation */ | ||
|
||
/* Color taken from inline styles brought in with localist. | ||
* This matches the background color that is the button when hovered. | ||
* Stylelint placed to exactly match what is coming from localist. | ||
*/ | ||
--color-text-shadow: hsl(0, 0%, 25%); | ||
/* stylelint-enable hue-degree-notation, color-function-notation */ | ||
} |
Oops, something went wrong.