From 8a1829b4841b683234391720fd9f7781e30023d6 Mon Sep 17 00:00:00 2001 From: Mihai Adrian <48995920+mcarare@users.noreply.github.com> Date: Tue, 20 Aug 2019 02:16:06 +0300 Subject: [PATCH] [fenix] fixes https://github.com/mozilla-mobile/fenix/issues/4179 removed control highlight from disconnect button (https://github.com/mozilla-mobile/fenix/pull/4806) set colorControlHighlight to transparent in activity theme. property cannot be set in view because it is overwritten by activity theme. --- app/src/main/res/values/styles.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 78f7dcf73e..5159f81732 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -300,6 +300,7 @@