[epiphany/wip/exalm/grid] css: Update suggestion popover style for grid
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/exalm/grid] css: Update suggestion popover style for grid
- Date: Tue, 5 Nov 2019 23:07:08 +0000 (UTC)
commit 0eb428773a4463d1f42f35e71c1f544569050328
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Wed Nov 6 04:06:14 2019 +0500
css: Update suggestion popover style for grid
Fixes https://gitlab.gnome.org/GNOME/epiphany/issues/988
src/resources/themes/Adwaita-dark.css | 4 ++--
src/resources/themes/Adwaita.css | 4 ++--
src/resources/themes/_Adwaita-base.scss | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/resources/themes/Adwaita-dark.css b/src/resources/themes/Adwaita-dark.css
index d5e2f231d..a32541747 100644
--- a/src/resources/themes/Adwaita-dark.css
+++ b/src/resources/themes/Adwaita-dark.css
@@ -224,9 +224,9 @@ row.narrow .page-row-close-button image { padding: 6px; }
.epiphany-downloads-button-needs-attention-multiple { animation: needs_attention_keyframes 3s ease-in-out;
animation-iteration-count: 3; }
-dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > box {
margin-left: 3px; }
+dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid {
margin-left: 3px; }
-dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > box .title,
dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > box .subtitle {
margin-left: 6px; }
+dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid .title,
dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid .subtitle {
margin-left: 6px; }
.main-notebook tab:not(.reorderable-page) { min-width: 16px; }
diff --git a/src/resources/themes/Adwaita.css b/src/resources/themes/Adwaita.css
index 614721bd6..b6c9b910e 100644
--- a/src/resources/themes/Adwaita.css
+++ b/src/resources/themes/Adwaita.css
@@ -224,9 +224,9 @@ row.narrow .page-row-close-button image { padding: 6px; }
.epiphany-downloads-button-needs-attention-multiple { animation: needs_attention_keyframes 3s ease-in-out;
animation-iteration-count: 3; }
-dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > box {
margin-left: 3px; }
+dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid {
margin-left: 3px; }
-dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > box .title,
dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > box .subtitle {
margin-left: 6px; }
+dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid .title,
dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid .subtitle {
margin-left: 6px; }
.main-notebook tab:not(.reorderable-page) { min-width: 16px; }
diff --git a/src/resources/themes/_Adwaita-base.scss b/src/resources/themes/_Adwaita-base.scss
index 830e5d7db..74d540323 100644
--- a/src/resources/themes/_Adwaita-base.scss
+++ b/src/resources/themes/_Adwaita-base.scss
@@ -269,7 +269,7 @@ $close_button_fg_color: if($variant == 'light', lighten($fg_color, 10%), darken(
animation-iteration-count: 3;
}
-dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > box {
+dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid {
margin-left: 3px;
.title, .subtitle {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]