mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-18 19:39:51 +08:00
site: fix site btn style error (#51915)
This commit is contained in:
parent
cc67ee2009
commit
506c13bc23
@ -350,9 +350,8 @@ const GlobalDemoStyles: React.FC = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
${antCls}-btn {
|
${antCls}-btn {
|
||||||
opacity: 0.6;
|
|
||||||
&.icon-enabled {
|
&.icon-enabled {
|
||||||
background: ${token.colorFillSecondary};
|
background-color: ${token.colorFillSecondary};
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
${iconCls} {
|
${iconCls} {
|
||||||
color: ${token.colorTextBase};
|
color: ${token.colorTextBase};
|
||||||
|
Loading…
Reference in New Issue
Block a user