This commit is contained in:
syuilo 2018-04-28 00:47:52 +09:00
parent 2db00cb087
commit 21467128f2

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