Commit 671c42c6 authored by 杨奕's avatar 杨奕 Committed by GitHub

Button: fix style of single round/circle button in a group (#11605)

parent c1b58058
...@@ -206,6 +206,14 @@ ...@@ -206,6 +206,14 @@
border-bottom-right-radius: $--button-border-radius; border-bottom-right-radius: $--button-border-radius;
border-top-left-radius: $--button-border-radius; border-top-left-radius: $--button-border-radius;
border-bottom-left-radius: $--button-border-radius; border-bottom-left-radius: $--button-border-radius;
&.is-round {
border-radius: 20px;
}
&.is-circle {
border-radius: 50%;
}
} }
&:not(:first-child):not(:last-child) { &:not(:first-child):not(:last-child) {
border-radius: 0; border-radius: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment