Skip to content

Commit

Permalink
Fix 'Alert warning secondary buttons'.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Feb 11, 2024
1 parent 7948b45 commit d10100e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Version 401.1.4 - TBR
--------------------------
1. Added tooltip to show / hide block.
2. Fix 'Site Logo needs Alt Text for Accessibility' - #30.
3. Fix 'Alert warning secondary buttons'.

Version 401.1.3 - 15/10/23
--------------------------
Expand Down
3 changes: 3 additions & 0 deletions scss/theme/_alerts.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.alert-warning a.btn-secondary {
color: color-yiq($secondary);
}
1 change: 1 addition & 0 deletions scss/theme/theme.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Override.
@import "theme/override";
// Theme changes.
@import "theme/alerts";
@import "theme/atto";
@import "theme/bootstrap_navbar";
@import "theme/bootstrap_toasts";
Expand Down

0 comments on commit d10100e

Please sign in to comment.