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/css/themes/material_amoled.css | |
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/css/themes/material_amoled.css')
-rw-r--r-- | app/src/main/assets/css/themes/material_amoled.css | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |