Skip to content

Commit

Permalink
Remove reduntant abbr style
Browse files Browse the repository at this point in the history
  • Loading branch information
mrliptontea committed Mar 18, 2019
1 parent 25ba736 commit 8dab6dc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ If you need to customize styles for [Redmine Backlogs][redmine_backlogs] remembe
v2.0.1 (2019-03-17):

* Fixed #90: regression in some sidebar layouts
* Removed reduntant `abbr[title]` styles

v2.0 (2019-03-13):

Expand Down
5 changes: 0 additions & 5 deletions src/sass/components/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,6 @@ hr {
border-top: 1px solid $hr-border;
}

abbr[title] {
border-bottom: 1px dotted $abbr-border-color;
cursor: help;
}

blockquote {
margin: 0 0 $line-height-computed;
padding: floor($line-height-computed / 4) $padding-large-horizontal;
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/application.css

Large diffs are not rendered by default.

0 comments on commit 8dab6dc

Please sign in to comment.