From 83cc2597925d5727dcad021818bfae9e768ab00c Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 29 Dec 2018 16:30:11 -0500 Subject: Completely remove fbcookie's invoke function --- app/src/main/assets/css/themes/custom.css | 4 ++-- app/src/main/assets/css/themes/material_amoled.css | 4 ++-- app/src/main/assets/css/themes/material_dark.css | 4 ++-- app/src/main/assets/css/themes/material_glass.css | 4 ++-- app/src/main/assets/css/themes/material_light.css | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'app/src/main/assets/css/themes') diff --git a/app/src/main/assets/css/themes/custom.css b/app/src/main/assets/css/themes/custom.css index c7fb237b..a09e3dd9 100644 --- a/app/src/main/assets/css/themes/custom.css +++ b/app/src/main/assets/css/themes/custom.css @@ -297,8 +297,8 @@ button ._v89 ._54k8._1fl1 { /* * 2018/12/29 - * Previously ._15km ._15ko::before; however, reaction changes no longer affect this element - * The robust measure seems to be a[data-sigil~="like-reaction-flyout"] along with [data-sigil~="like"] for an unliked post + * Previously ._15km ._15ko::before and ._15km ._15ko._77la::before; however, reaction changes no longer affect this element + * The robust measure seems to be the parent of a[data-sigil~="like-reaction-flyout"] along with [data-sigil~="like"] for an unliked post * and [data-sigil~="unlike"] for a liked post */ ._15km ._15ko::before { diff --git a/app/src/main/assets/css/themes/material_amoled.css b/app/src/main/assets/css/themes/material_amoled.css index 669ce789..58f34c71 100644 --- a/app/src/main/assets/css/themes/material_amoled.css +++ b/app/src/main/assets/css/themes/material_amoled.css @@ -297,8 +297,8 @@ button ._v89 ._54k8._1fl1 { /* * 2018/12/29 - * Previously ._15km ._15ko::before; however, reaction changes no longer affect this element - * The robust measure seems to be a[data-sigil~="like-reaction-flyout"] along with [data-sigil~="like"] for an unliked post + * Previously ._15km ._15ko::before and ._15km ._15ko._77la::before; however, reaction changes no longer affect this element + * The robust measure seems to be the parent of a[data-sigil~="like-reaction-flyout"] along with [data-sigil~="like"] for an unliked post * and [data-sigil~="unlike"] for a liked post */ ._15km ._15ko::before { diff --git a/app/src/main/assets/css/themes/material_dark.css b/app/src/main/assets/css/themes/material_dark.css index 67994c44..4ec645c8 100644 --- a/app/src/main/assets/css/themes/material_dark.css +++ b/app/src/main/assets/css/themes/material_dark.css @@ -297,8 +297,8 @@ button ._v89 ._54k8._1fl1 { /* * 2018/12/29 - * Previously ._15km ._15ko::before; however, reaction changes no longer affect this element - * The robust measure seems to be a[data-sigil~="like-reaction-flyout"] along with [data-sigil~="like"] for an unliked post + * Previously ._15km ._15ko::before and ._15km ._15ko._77la::before; however, reaction changes no longer affect this element + * The robust measure seems to be the parent of a[data-sigil~="like-reaction-flyout"] along with [data-sigil~="like"] for an unliked post * and [data-sigil~="unlike"] for a liked post */ ._15km ._15ko::before { diff --git a/app/src/main/assets/css/themes/material_glass.css b/app/src/main/assets/css/themes/material_glass.css index 8682d83c..6d032824 100644 --- a/app/src/main/assets/css/themes/material_glass.css +++ b/app/src/main/assets/css/themes/material_glass.css @@ -297,8 +297,8 @@ button ._v89 ._54k8._1fl1 { /* * 2018/12/29 - * Previously ._15km ._15ko::before; however, reaction changes no longer affect this element - * The robust measure seems to be a[data-sigil~="like-reaction-flyout"] along with [data-sigil~="like"] for an unliked post + * Previously ._15km ._15ko::before and ._15km ._15ko._77la::before; however, reaction changes no longer affect this element + * The robust measure seems to be the parent of a[data-sigil~="like-reaction-flyout"] along with [data-sigil~="like"] for an unliked post * and [data-sigil~="unlike"] for a liked post */ ._15km ._15ko::before { diff --git a/app/src/main/assets/css/themes/material_light.css b/app/src/main/assets/css/themes/material_light.css index 8c2859fa..1a7c667f 100644 --- a/app/src/main/assets/css/themes/material_light.css +++ b/app/src/main/assets/css/themes/material_light.css @@ -297,8 +297,8 @@ button ._v89 ._54k8._1fl1 { /* * 2018/12/29 - * Previously ._15km ._15ko::before; however, reaction changes no longer affect this element - * The robust measure seems to be a[data-sigil~="like-reaction-flyout"] along with [data-sigil~="like"] for an unliked post + * Previously ._15km ._15ko::before and ._15km ._15ko._77la::before; however, reaction changes no longer affect this element + * The robust measure seems to be the parent of a[data-sigil~="like-reaction-flyout"] along with [data-sigil~="like"] for an unliked post * and [data-sigil~="unlike"] for a liked post */ ._15km ._15ko::before { -- cgit v1.2.3