diff options
author | Allan Wang <me@allanwang.ca> | 2018-12-29 16:30:11 -0500 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2018-12-29 16:30:11 -0500 |
commit | 83cc2597925d5727dcad021818bfae9e768ab00c (patch) | |
tree | 42de5f3422a93f893c8acce99f2bce23e699c18c /app/src/main/assets | |
parent | 9f74d71852546fdb7484289b5de9a0ae4707ffd5 (diff) | |
download | frost-83cc2597925d5727dcad021818bfae9e768ab00c.tar.gz frost-83cc2597925d5727dcad021818bfae9e768ab00c.tar.bz2 frost-83cc2597925d5727dcad021818bfae9e768ab00c.zip |
Completely remove fbcookie's invoke function
Diffstat (limited to 'app/src/main/assets')
-rw-r--r-- | app/src/main/assets/css/core/_svg.scss | 4 | ||||
-rw-r--r-- | app/src/main/assets/css/themes/custom.css | 4 | ||||
-rw-r--r-- | app/src/main/assets/css/themes/material_amoled.css | 4 | ||||
-rw-r--r-- | app/src/main/assets/css/themes/material_dark.css | 4 | ||||
-rw-r--r-- | app/src/main/assets/css/themes/material_glass.css | 4 | ||||
-rw-r--r-- | app/src/main/assets/css/themes/material_light.css | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/app/src/main/assets/css/core/_svg.scss b/app/src/main/assets/css/core/_svg.scss index 45d4a253..fa5b0531 100644 --- a/app/src/main/assets/css/core/_svg.scss +++ b/app/src/main/assets/css/core/_svg.scss @@ -19,8 +19,8 @@ $like_selected: '<svg xmlns="http://www.w3.org/2000/svg" fill="#{$accent}" viewB /* * 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/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 { |