提交 aae2fbd5 编写于 作者: R Rafael Weinstein

Remove box shadow on floating action button until ganesh fixes its bug

TBR=abarth

Review URL: https://codereview.chromium.org/975203002
上级 80b4c2ea
part of widgets;
class FloatingActionButton extends StyleComponent {
// TODO(rafaelw): Ganesh has problems with box shadows
// box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
static final Style _style = new Style('''
position: absolute;
display: flex;
......@@ -12,8 +16,7 @@ class FloatingActionButton extends StyleComponent {
height: 56px;
background-color: #F44336;
color: white;
border-radius: 28px;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);'''
border-radius: 28px;'''
);
Style get style => _style;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册