remove overflow:hidden from icon-button
This commit is contained in:
parent
12f52eab2f
commit
fe3670d08f
File diff suppressed because one or more lines are too long
|
@ -29,7 +29,6 @@ $icon-button-size: 56 - ($border-width-thickness-num * 2);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
border-radius: space($icon-button-size * 0.5);
|
border-radius: space($icon-button-size * 0.5);
|
||||||
border-width: $border-width-thickness;
|
border-width: $border-width-thickness;
|
||||||
|
|
Loading…
Reference in New Issue