Skip to content

Commit

Permalink
8.1.20
Browse files Browse the repository at this point in the history
- D8CORE-5636: updating css to fix the ext link icon color (#93)
  • Loading branch information
pookmish authored Mar 23, 2022
2 parents 662d7cb + 637d0b6 commit 57316c5
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# SOE Basic Sub-Theme


8.x-1.20
--------------------------------------------------------------------------------
_Release Date: 2022-03-23_

- D8CORE-5636: updating css to fix the ext link icon color (#93)

8.x-1.19
--------------------------------------------------------------------------------
_Release Date: 2022-03-17_
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "drupal-custom-theme",
"homepage": "https://github.com/SU-SOE/soe_basic",
"authors": [],
"license": "GPL-2.0+",
"license": "GPL-3.0-or-later",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
Expand Down
2 changes: 1 addition & 1 deletion dist/css/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion soe_basic.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: SOE Basic
type: theme
description: 'SOE Branding Subtheme.'
package: Stanford
version: 8.x-1.19
version: 8.x-1.20
core_version_requirement: ^9

# Defines the base theme
Expand Down
13 changes: 13 additions & 0 deletions src/scss/theme/_hero-banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,19 @@
&:focus {
text-decoration: underline;
}

&.su-link--external {
&::after {
background-color: $su-color-black;
}

&:hover,
&:focus {
&::after {
background-color: $su-color-white;
}
}
}
}
}
}
Expand Down

0 comments on commit 57316c5

Please sign in to comment.