Skip to content

Commit

Permalink
docs(accessibility): remove color for title on callout for accessibil…
Browse files Browse the repository at this point in the history
…ity purpose
  • Loading branch information
Lausselloic committed Mar 28, 2017
1 parent b215087 commit a35f50d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion docs/.htmlhintrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"alt-require": true,
"attr-lowercase": true,
"attr-no-duplication": true,
"alt-require": true,
"attr-unsafe-chars": true,
"attr-value-double-quotes": true,
"doctype-first": true,
"doctype-html5": true,
"id-class-value": true,
"id-unique": true,
"space-tab-mixed-disabled": true,
"spec-char-escape": true,
"src-not-empty": true,
"tag-pair": true,
Expand Down
2 changes: 1 addition & 1 deletion docs/.htmllintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"class-style": "dash",
"doctype-first": true,
"doctype-html5": true,
"fig-req-figcaption": true,
"fig-req-figcaption": false,
"html-valid-content-model": false,
"id-class-ignore-regex": "(onclick|content|[a-z]+([A-Z][a-z])+)",
"id-class-style": "dash",
Expand Down
5 changes: 3 additions & 2 deletions docs/assets/scss/_callouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
// Variations
@mixin bs-callout-variant($color) {
border-left-color: $color;

h4 { color: $color; }
// boosted mod disable written color for callout
// h4 { color: $color; }
// end mod
}

.bd-callout-info { @include bs-callout-variant($bd-info); }
Expand Down

0 comments on commit a35f50d

Please sign in to comment.