Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Apr 23, 2022
1 parent 894b815 commit a8c7357
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 10 deletions.
3 changes: 2 additions & 1 deletion src/_sass/gnome-shell/common/_popovers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
spacing: $base_spacing * 1.5;
color: $text-secondary !important;
text-shadow: none;
border-radius: 0;
border-radius: 0 !important;
margin: 0;
font-weight: normal;

Expand Down Expand Up @@ -77,6 +77,7 @@
border: none;
box-shadow: none;
margin: 0;
border-radius: 0 !important;
}

.popup-inactive-menu-item { //all icons and other graphical elements
Expand Down
3 changes: 2 additions & 1 deletion src/gnome-shell/shell-3-28/gnome-shell-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2304,7 +2304,7 @@ StEntry StLabel.hint-text {
spacing: 9px;
color: rgba(255, 255, 255, 0.7) !important;
text-shadow: none;
border-radius: 0;
border-radius: 0 !important;
margin: 0;
font-weight: normal;
}
Expand Down Expand Up @@ -2351,6 +2351,7 @@ StEntry StLabel.hint-text {
border: none;
box-shadow: none;
margin: 0;
border-radius: 0 !important;
}

.popup-menu .popup-inactive-menu-item {
Expand Down
3 changes: 2 additions & 1 deletion src/gnome-shell/shell-3-28/gnome-shell-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -2304,7 +2304,7 @@ StEntry StLabel.hint-text {
spacing: 9px;
color: rgba(0, 0, 0, 0.6) !important;
text-shadow: none;
border-radius: 0;
border-radius: 0 !important;
margin: 0;
font-weight: normal;
}
Expand Down Expand Up @@ -2351,6 +2351,7 @@ StEntry StLabel.hint-text {
border: none;
box-shadow: none;
margin: 0;
border-radius: 0 !important;
}

.popup-menu .popup-inactive-menu-item {
Expand Down
3 changes: 2 additions & 1 deletion src/gnome-shell/shell-3-28/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -2304,7 +2304,7 @@ StEntry StLabel.hint-text {
spacing: 9px;
color: rgba(0, 0, 0, 0.6) !important;
text-shadow: none;
border-radius: 0;
border-radius: 0 !important;
margin: 0;
font-weight: normal;
}
Expand Down Expand Up @@ -2351,6 +2351,7 @@ StEntry StLabel.hint-text {
border: none;
box-shadow: none;
margin: 0;
border-radius: 0 !important;
}

.popup-menu .popup-inactive-menu-item {
Expand Down
3 changes: 2 additions & 1 deletion src/gnome-shell/shell-40-0/gnome-shell-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2304,7 +2304,7 @@ StEntry StLabel.hint-text {
spacing: 9px;
color: rgba(255, 255, 255, 0.7) !important;
text-shadow: none;
border-radius: 0;
border-radius: 0 !important;
margin: 0;
font-weight: normal;
}
Expand Down Expand Up @@ -2351,6 +2351,7 @@ StEntry StLabel.hint-text {
border: none;
box-shadow: none;
margin: 0;
border-radius: 0 !important;
}

.popup-menu .popup-inactive-menu-item {
Expand Down
3 changes: 2 additions & 1 deletion src/gnome-shell/shell-40-0/gnome-shell-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -2304,7 +2304,7 @@ StEntry StLabel.hint-text {
spacing: 9px;
color: rgba(0, 0, 0, 0.6) !important;
text-shadow: none;
border-radius: 0;
border-radius: 0 !important;
margin: 0;
font-weight: normal;
}
Expand Down Expand Up @@ -2351,6 +2351,7 @@ StEntry StLabel.hint-text {
border: none;
box-shadow: none;
margin: 0;
border-radius: 0 !important;
}

.popup-menu .popup-inactive-menu-item {
Expand Down
3 changes: 2 additions & 1 deletion src/gnome-shell/shell-40-0/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -2304,7 +2304,7 @@ StEntry StLabel.hint-text {
spacing: 9px;
color: rgba(0, 0, 0, 0.6) !important;
text-shadow: none;
border-radius: 0;
border-radius: 0 !important;
margin: 0;
font-weight: normal;
}
Expand Down Expand Up @@ -2351,6 +2351,7 @@ StEntry StLabel.hint-text {
border: none;
box-shadow: none;
margin: 0;
border-radius: 0 !important;
}

.popup-menu .popup-inactive-menu-item {
Expand Down
3 changes: 2 additions & 1 deletion src/gnome-shell/shell-42-0/gnome-shell-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2304,7 +2304,7 @@ StEntry StLabel.hint-text {
spacing: 9px;
color: rgba(255, 255, 255, 0.7) !important;
text-shadow: none;
border-radius: 0;
border-radius: 0 !important;
margin: 0;
font-weight: normal;
}
Expand Down Expand Up @@ -2351,6 +2351,7 @@ StEntry StLabel.hint-text {
border: none;
box-shadow: none;
margin: 0;
border-radius: 0 !important;
}

.popup-menu .popup-inactive-menu-item {
Expand Down
3 changes: 2 additions & 1 deletion src/gnome-shell/shell-42-0/gnome-shell-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -2304,7 +2304,7 @@ StEntry StLabel.hint-text {
spacing: 9px;
color: rgba(0, 0, 0, 0.6) !important;
text-shadow: none;
border-radius: 0;
border-radius: 0 !important;
margin: 0;
font-weight: normal;
}
Expand Down Expand Up @@ -2351,6 +2351,7 @@ StEntry StLabel.hint-text {
border: none;
box-shadow: none;
margin: 0;
border-radius: 0 !important;
}

.popup-menu .popup-inactive-menu-item {
Expand Down
3 changes: 2 additions & 1 deletion src/gnome-shell/shell-42-0/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -2304,7 +2304,7 @@ StEntry StLabel.hint-text {
spacing: 9px;
color: rgba(0, 0, 0, 0.6) !important;
text-shadow: none;
border-radius: 0;
border-radius: 0 !important;
margin: 0;
font-weight: normal;
}
Expand Down Expand Up @@ -2351,6 +2351,7 @@ StEntry StLabel.hint-text {
border: none;
box-shadow: none;
margin: 0;
border-radius: 0 !important;
}

.popup-menu .popup-inactive-menu-item {
Expand Down

0 comments on commit a8c7357

Please sign in to comment.