Skip to content

Commit

Permalink
fix(theme): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjunjian committed Oct 22, 2024
1 parent 355b3db commit 10b633a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 29 deletions.
15 changes: 9 additions & 6 deletions packages/theme/src/base/reset.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@
color: var(--tv-color-text-active) !important;
}

// 图标的默认样式
.@{svg-prefix-cls} {
width: 1em;
height: 1em;
vertical-align: middle;
overflow: hidden;
display: inline-block;
}

[class*=~'@{css-prefix}'] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
Expand Down Expand Up @@ -123,12 +132,6 @@
padding: 0;
}

// 清除IE
input::-ms-clear,
input::-ms-reveal {
display: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
Expand Down
23 changes: 0 additions & 23 deletions packages/theme/src/svg/index.less

This file was deleted.

0 comments on commit 10b633a

Please sign in to comment.