We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b484f55 commit 338d7dbCopy full SHA for 338d7db
packages/theme/src/button/index.less
@@ -280,7 +280,7 @@
280
&:hover,
281
&.is-active {
282
border-color: var(--tv-Button-border-color-only-icon-default-hover);
283
- // 为适配暗色主题,仅图标增加默认图标悬浮颜色
+ // 为适配暗色主题,仅图标增加图标悬浮颜色
284
svg {
285
fill: var(--tv-Button-color-only-icon-default-hover);
286
}
@@ -348,7 +348,7 @@
348
fill: var(--tv-Button-icon-color);
349
color: var(--tv-Button-icon-color);
350
351
- // 上面为图标加上悬浮颜色,这里禁用时去掉hover颜色
+ // 上面为图标加上悬浮颜色,这里禁用时去掉图标hover颜色
352
&.is-disabled {
353
&:hover {
354
0 commit comments