Skip to content

Commit

Permalink
Fix list creation textbox styling (mastodon#31348)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmstan authored Aug 8, 2024
1 parent a207a1f commit 389549e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions app/javascript/styles/mastodon-light/diff.scss
Original file line number Diff line number Diff line change
Expand Up @@ -551,3 +551,7 @@ a.sparkline {
background: darken($ui-base-color, 10%);
}
}

.setting-text {
background: darken($ui-base-color, 10%);
}
7 changes: 3 additions & 4 deletions app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3881,18 +3881,17 @@ $ui-header-logo-wordmark-width: 99px;
display: block;
box-sizing: border-box;
margin: 0;
color: $inverted-text-color;
background: $white;
color: $primary-text-color;
background: $ui-base-color;
padding: 7px 10px;
font-family: inherit;
font-size: 14px;
line-height: 22px;
border-radius: 4px;
border: 1px solid $white;
border: 1px solid var(--background-border-color);

&:focus {
outline: 0;
border-color: lighten($ui-highlight-color, 12%);
}

&__wrapper {
Expand Down

0 comments on commit 389549e

Please sign in to comment.