aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css/dumbymap.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/dumbymap.css')
-rw-r--r--src/css/dumbymap.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css
index c6782fc..f04b1fb 100644
--- a/src/css/dumbymap.css
+++ b/src/css/dumbymap.css
@@ -101,12 +101,12 @@ root {
101 transform: translate(-50%, -50%); 101 transform: translate(-50%, -50%);
102 } 102 }
103 103
104 &[data-render='fulfilled'][data-report$="\20"]::after { 104 &[data-render='fulfilled'][data-report$='\20']::after {
105 content: '\2714 ' attr(data-report); 105 content: '\2714 ' attr(data-report);
106 animation: 1.5s forwards fade-out cubic-bezier(0.44, 0.18, 0.86, -0.21); 106 animation: 1.5s forwards fade-out cubic-bezier(0.44, 0.18, 0.86, -0.21);
107 } 107 }
108 108
109 &[data-render='unfulfilled'][data-report$="\20"]::after { 109 &[data-render='unfulfilled'][data-report$='\20']::after {
110 content: '\2716 ' attr(data-report); 110 content: '\2716 ' attr(data-report);
111 animation: 2.5s forwards fade-out cubic-bezier(0.44, 0.18, 0.86, -0.21); 111 animation: 2.5s forwards fade-out cubic-bezier(0.44, 0.18, 0.86, -0.21);
112 } 112 }