Skip to content

Commit

Permalink
Removed scary uppercase from dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
lowercasename committed Jan 8, 2020
1 parent 3d0fc42 commit 04b1875
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion public/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/style.css.map

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions scss/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -337,13 +337,10 @@
}

#post-extra-controls-dropdown {
text-transform: uppercase;
font-size: 0.9rem;

+ .dropdown-menu .dropdown-item {
padding: .5rem 1rem;
text-transform: uppercase;
font-size: 0.8rem;
font-size: 0.9rem;
}
}

Expand Down

0 comments on commit 04b1875

Please sign in to comment.