Skip to content

Commit

Permalink
Fixed background color of btn classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-milette committed Jul 4, 2024
1 parent 5fecc18 commit 75f99b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scss/trema/elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ body #page {

input[type="submit"],
input[type="reset"],
input[type="button"],
.btn:not(.activity-add, .activity-icon, [data-for="sectiontoggler"], .qnbutton) {
input[type="button"] {
appearance: none;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
background-color: $gray-800;
Expand Down Expand Up @@ -195,7 +194,6 @@ body #page {
text-transform: $text-transform;
}


ul.actions.fit li {
flex-grow: 1;
flex-shrink: 1;
Expand All @@ -209,7 +207,9 @@ body #page {
.btn,
.btn.small {
line-height: 1.9rem;
border-radius: $softness;
}

button {
&.search-icon {
line-height: 1.3rem;
Expand Down

0 comments on commit 75f99b5

Please sign in to comment.