From 6e46f725266fcb6e5b90ba1830e8c2114bcd58a1 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Thu, 24 Mar 2016 17:30:11 +0100 Subject: [PATCH] Removed several shadows and fixed missing icons in Safari 9.1 --- dist/main.css | Bin 31312 -> 30698 bytes src/styles/_basicContext.custom.scss | 1 - src/styles/_content.scss | 4 ---- src/styles/_imageview.scss | 1 - src/styles/_message.scss | 5 ----- src/styles/main.scss | 3 +-- 6 files changed, 1 insertion(+), 13 deletions(-) diff --git a/dist/main.css b/dist/main.css index ae100499cdb938d4d8042f3d85a5d3d3b89e5224..4b77b87555f0fd28a1f1ebac04d70cbb3773c835 100755 GIT binary patch delta 55 zcmV-70LcH)^a1Mc0k9!3li)2ev$`;S0<)bn$^w&%Hu1CKH)a8ou>v5oj5#0~lb%@# Nvl&xY53}}SS{Ksp7ytkO delta 579 zcmaF$p7FvL#tn)F8P>YxsY%(HCAw*uIVGt@Rw+gK1-iu*l zj-JWnNv1!@at%(equPQLQk%QX(il~&OHwOJpaF~BO@^A2H!>+~7O+r|OvWEhSc3_t z!*HnHtRI-jKUpDDQb0#9DX};+**8BWF-IZ8P-ilKx)?u-V1dr$gUKQ+ATLaIGnU`n IpAan$0MjwCJpcdz diff --git a/src/styles/_basicContext.custom.scss b/src/styles/_basicContext.custom.scss index 9ef3ed2..7684577 100644 --- a/src/styles/_basicContext.custom.scss +++ b/src/styles/_basicContext.custom.scss @@ -12,7 +12,6 @@ &__item { margin-bottom: 2px; font-size: 14px; - text-shadow: $shadowLight; &--separator { margin: 4px 0; diff --git a/src/styles/_content.scss b/src/styles/_content.scss index 08f3175..07ecaca 100644 --- a/src/styles/_content.scss +++ b/src/styles/_content.scss @@ -146,7 +146,6 @@ margin: 0 5px 0 0; width: 8px; height: 8px; - filter: drop-shadow(0 1px 3px black(.4)); } .album img[data-overlay='false'] + .overlay h1, @@ -185,7 +184,6 @@ fill: #fff; width: 16px; height: 16px; - filter: drop-shadow($shadowLight); } } @@ -225,7 +223,6 @@ left: 50%; padding-top: 20px; color: white(.35); - text-shadow: 0 -1px 0 black(.4); text-align: center; transform: translateX(-50%) translateY(-50%); @@ -234,7 +231,6 @@ margin: 0 0 10px; width: 50px; height: 50px; - filter: drop-shadow(0 -1px 0 black(.4)); } p { diff --git a/src/styles/_imageview.scss b/src/styles/_imageview.scss index d50dc57..24d59fe 100644 --- a/src/styles/_imageview.scss +++ b/src/styles/_imageview.scss @@ -105,7 +105,6 @@ .iconic { fill: white(.8); - filter: drop-shadow(0 1px 0 black(.4)); } } diff --git a/src/styles/_message.scss b/src/styles/_message.scss index a38e8b1..f90928c 100644 --- a/src/styles/_message.scss +++ b/src/styles/_message.scss @@ -26,7 +26,6 @@ color: white(.9); font-size: 14px; text-align: left; - text-shadow: $shadow; line-height: 20px; b { @@ -56,7 +55,6 @@ padding: 13px 0 15px; background: black(.02); color: white(.5); - text-shadow: $shadow; border-top: 1px solid black(.2); box-shadow: inset 0 1px 0 white(.02); cursor: default; @@ -85,7 +83,6 @@ width: 100%; background-color: transparent; color: #fff; - text-shadow: $shadow; border: none; // Do not use rgba() for border-bottom // to avoid a blurry line in Safari on non-retina screens @@ -116,7 +113,6 @@ color: white(1); font-size: 14px; font-weight: 700; - text-shadow: $shadow; } label input { @@ -258,7 +254,6 @@ color: #fff; font-size: 16px; font-weight: bold; - text-shadow: $shadow; text-align: center; } diff --git a/src/styles/main.scss b/src/styles/main.scss index e4b9751..f4f6c66 100755 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -12,8 +12,7 @@ } // Properties -------------------------------------------------------------- // -$shadowLight : 0 -1px 0 black(.1); -$shadow : 0 -1px 0 black(.2); +$shadow: 0 -1px 0 black(.2); // Colors ------------------------------------------------------------------ // $colorBlue : #2293EC;