Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 1eae31f
Author: Corey M Collins <coreymcollins@gmail.com>
Date:   Fri Jan 18 13:51:15 2019 -0600

    Feature/#429 replace hidden elements (#454)

    * 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 committed Jan 18, 2019
1 parent 51d33df commit ed31dca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 71 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
63 changes: 1 addition & 62 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 ed31dca

Please sign in to comment.