Skip to content

Commit

Permalink
Don't force uppercase h6's
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Jun 1, 2018
1 parent e5a537c commit f903167
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

### Changed
- 6th level headings are no longer displayed in all-uppercase in the editor. ([craftcms/cms#2927](https://github.com/craftcms/cms/issues/2927))

### Fixed
- Fixed a bug where it wasn't possible to edit links created using the `File` modal. ([#54](https://github.com/craftcms/redactor/issues/54))
- Fixed a bug where links created using the `File` modal would overwrite the selected text with the file title. ([#54](https://github.com/craftcms/redactor/issues/54))
Expand Down
2 changes: 1 addition & 1 deletion src/assets/field/dist/css/RedactorInput.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/assets/field/dist/css/RedactorInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ body {
line-height: 22px;
color: $textColor;

h6 {
text-transform: none;
}

pre, time, small, var, code, kbd, mark {
@include fixed-width-font;
color: $textColor;
Expand Down

0 comments on commit f903167

Please sign in to comment.