This commit is contained in:
syuilo 2018-04-28 00:47:52 +09:00
parent b694bf1f41
commit 93fa28991e

View file

@ -67,7 +67,7 @@ root(isDark)
z-index 10
background isDark ? #313543 : #fff
border-radius 6px 6px 0 0
box-shadow 0 1px rgba(0, 0, 0, 0.08)
box-shadow 0 1px isDark ? rgba(#000, 0.15) : rgba(#000, 0.08)
> button
position absolute