Skip to content

Commit

Permalink
BUGfix: Gnome-shell v40+ - misaligned 'Do no disturb' button
Browse files Browse the repository at this point in the history
  • Loading branch information
thekomer committed Jan 17, 2022
1 parent b617a3a commit 80f2b4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
7 changes: 0 additions & 7 deletions gnome-shell/v40/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ stage {
.button, %button {
@include button(normal);
border-radius: 4px;
border-width: 0;
padding: 4px 32px;
&:focus { @include button(focus); }
&:insensitive { @include button(insensitive); }
Expand Down Expand Up @@ -1094,12 +1093,6 @@ StScrollBar {
}
}

.message-list-clear-button.button {
@include button(normal);
&:hover,&:focus { @include button(hover); }
margin: 1.5em 1.5em 0;
}

.message-list-sections {
spacing: 1em;
}
Expand Down
17 changes: 0 additions & 17 deletions gnome-shell/v40/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ stage {
icon-shadow: 0 1px black;
border: 1px solid #0b0d16;
border-radius: 4px;
border-width: 0;
padding: 4px 32px; }
.button:focus {
color: #ff6a00;
Expand Down Expand Up @@ -991,22 +990,6 @@ StScrollBar {
.message-list .message-title, .message-list .message-content, .message-list .message-body {
color: #b1b6c2; }

.message-list-clear-button.button {
color: #bfc3cd;
background-color: #06070c;
box-shadow: none;
border: 1px solid #0b0d16;
text-shadow: 0 1px black;
icon-shadow: 0 1px black;
border: 1px solid #0b0d16;
margin: 1.5em 1.5em 0; }
.message-list-clear-button.button:hover, .message-list-clear-button.button:focus {
color: #ff6a00;
background-color: #090b13;
border: 1px solid #0b0d16;
text-shadow: 0 1px black;
icon-shadow: 0 1px black; }

.message-list-sections {
spacing: 1em; }

Expand Down

0 comments on commit 80f2b4c

Please sign in to comment.