mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
Merge pull request #1912 from RaoHai/defaultTagBorder
Add border style for default Tag
This commit is contained in:
commit
f9929c25ce
@ -9,7 +9,8 @@
|
|||||||
height: 22px;
|
height: 22px;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
border-radius: @border-radius-base;
|
border-radius: @border-radius-base;
|
||||||
background: #f3f3f3;
|
border: 1px solid @border-color-split;
|
||||||
|
background: #f7f7f7;
|
||||||
font-size: @font-size-base;
|
font-size: @font-size-base;
|
||||||
transition: all 0.3s @ease-in-out-circ;
|
transition: all 0.3s @ease-in-out-circ;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
Loading…
Reference in New Issue
Block a user