Skip to content

Commit

Permalink
Feature/#429 replace hidden elements (#454)
Browse files Browse the repository at this point in the history
* Removes the CSS hiding aside post format post titles

* Adds screen reader class if the post is an aside

* Actually, just remove the whole screen reader thing

* Compiles styles
  • Loading branch information
coreymcollins authored and Will Schmierer committed Jan 18, 2019
1 parent 8d80a2e commit 1eae31f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
8 changes: 0 additions & 8 deletions assets/sass/modules/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,6 @@
} // a
} // .edit-link

//-----------------------------------------
// Asides
//-----------------------------------------
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} // .blog .format-aside .entry-title, .archive .format-aside .entry-title

// Content blocks.
.content-block {
@include clearfix;
Expand Down
7 changes: 1 addition & 6 deletions style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion style.min.css

Large diffs are not rendered by default.

0 comments on commit 1eae31f

Please sign in to comment.