Showing
1 changed file
with
5 additions
and
0 deletions
@@ -23,6 +23,10 @@ $pxConvertRem : 40; | @@ -23,6 +23,10 @@ $pxConvertRem : 40; | ||
23 | position: fixed; | 23 | position: fixed; |
24 | left: 0; | 24 | left: 0; |
25 | right: 0; | 25 | right: 0; |
26 | + | ||
27 | + .thumb.focus .arrow { | ||
28 | + display: none; | ||
29 | + } | ||
26 | } | 30 | } |
27 | 31 | ||
28 | 32 | ||
@@ -44,6 +48,7 @@ $pxConvertRem : 40; | @@ -44,6 +48,7 @@ $pxConvertRem : 40; | ||
44 | } | 48 | } |
45 | 49 | ||
46 | .arrow { | 50 | .arrow { |
51 | + display: block; | ||
47 | position: absolute; | 52 | position: absolute; |
48 | width: 32rem / $pxConvertRem; | 53 | width: 32rem / $pxConvertRem; |
49 | height: 19rem / $pxConvertRem; | 54 | height: 19rem / $pxConvertRem; |
-
Please register or login to post a comment