This commit is contained in:
syuilo 2018-04-28 00:47:52 +09:00
parent b694bf1f41
commit 93fa28991e
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ root(isDark)
z-index 10 z-index 10
background isDark ? #313543 : #fff background isDark ? #313543 : #fff
border-radius 6px 6px 0 0 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 > button
position absolute position absolute