Skip to content

Commit

Permalink
Don't use drop shadow in tether theme arrows dark
Browse files Browse the repository at this point in the history
  • Loading branch information
adamschwartz committed Jan 14, 2014
1 parent daaaab7 commit 9919b44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions css/tether-theme-arrows-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
color: white;
padding: 1em;
font-size: 1.1em;
line-height: 1.5em;
-webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
-webkit-transform: translateZ(0); }
line-height: 1.5em; }
.tether-element.tether-theme-arrows-dark .tether-content:before {
content: "";
display: block;
Expand Down
2 changes: 1 addition & 1 deletion sass/tether-theme-arrows-dark.sass
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $themeName: "arrows-dark"
$arrowSize: 16px
$backgroundColor: #000
$color: #fff
$useDropShadow: true
$useDropShadow: false

+tether($themePrefix: $themePrefix)
+tether-theme-arrows($themePrefix: $themePrefix, $themeName: $themeName, $arrowSize: $arrowSize, $backgroundColor: $backgroundColor, $color: $color, $useDropShadow: $useDropShadow)

0 comments on commit 9919b44

Please sign in to comment.