Skip to content

Commit

Permalink
UX: fix social login button color, sidebar headings, transparent butt…
Browse files Browse the repository at this point in the history
…ons (#28)
  • Loading branch information
awesomerobot authored Mar 11, 2024
1 parent e921acc commit 65958cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pre {
width: 100%;
}

.btn:not(.btn-flat):not(.btn-social),
.btn:not(.btn-flat):not(.btn-social):not(.btn-transparent),
.select-kit.dropdown-select-box .dropdown-select-box-header {
border: 1px solid var(--gf-primary-low-or-low-mid, $primary-low);
color: var(--primary-high, $primary-high);
Expand All @@ -92,10 +92,6 @@ pre {
border-color: transparent;
}

.btn.btn-social {
color: var(--secondary);
}

.btn.btn-danger:not(.btn-flat) {
background: var(--danger);
color: var(--secondary);
Expand Down
2 changes: 1 addition & 1 deletion desktop/desktop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ body.has-sidebar-page {
}

.sidebar-section-header {
border: none;
border: none !important; // button rule upstream is very specific
}

// chat
Expand Down

0 comments on commit 65958cc

Please sign in to comment.