Skip to content

Commit

Permalink
Fix scope of .new-comment CSS class (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines authored May 11, 2023
1 parent 5f7c956 commit 1982f28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/assets/stylesheets/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
.navbar {
box-shadow: 1px 4px 7px -2px rgba(0, 0, 0, 0.1);
z-index: 1000; // place navbar and its shadow on top of everything

.new-comment {
color: #ffc107 !important;
}
}

#navbar-buttons a {
Expand All @@ -36,8 +40,4 @@
left: 16px;
}
}
}

.new-comment {
color: #ffc107 !important;
}

0 comments on commit 1982f28

Please sign in to comment.