[epiphany] Bookmarks properties dialog not accessible on touchscreens from popover
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Bookmarks properties dialog not accessible on touchscreens from popover
- Date: Mon, 29 Jan 2018 15:43:41 +0000 (UTC)
commit 25c6d37a8695ac81595f253d374bfd791b7c1b65
Author: Jan-Michael Brummer <jan brummer tabos org>
Date: Mon Jan 29 16:28:48 2018 +0100
Bookmarks properties dialog not accessible on touchscreens from popover
Always show properties button with 0.25 opacity, otherwise touchscreen users are not aware of the
properties dialog.
Closes: https://bugzilla.gnome.org/show_bug.cgi?id=772268
src/resources/epiphany.css | 2 +-
src/resources/epiphany.scss | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/resources/epiphany.css b/src/resources/epiphany.css
index efbe4b1..0887da8 100644
--- a/src/resources/epiphany.css
+++ b/src/resources/epiphany.css
@@ -125,7 +125,7 @@ button.active-menu {
color: #fce94f; }
.bookmarks-row button {
- opacity: 0; }
+ opacity: 0.25; }
.bookmarks-row:hover button {
opacity: 1; }
diff --git a/src/resources/epiphany.scss b/src/resources/epiphany.scss
index 7abe4c8..1234e4e 100644
--- a/src/resources/epiphany.scss
+++ b/src/resources/epiphany.scss
@@ -118,7 +118,7 @@ $edge_color: lighten($incognito_color, 13%);
.bookmarks-row {
button {
- opacity: 0;
+ opacity: 0.25;
}
&:hover {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]