Skip to content

Commit 0967fef

Browse files
committed
修复mui-input-row下图标按钮不显示图标的bug
1 parent eb3ed6b commit 0967fef

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

dist/css/mui.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3022,7 +3022,6 @@ select:focus
30223022

30233023
.mui-input-row .mui-btn
30243024
{
3025-
font-family: 'Helvetica Neue', Helvetica, sans-serif;
30263025
line-height: 1.1;
30273026

30283027
float: right;

dist/css/mui.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/hello-mui/css/mui.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sass/forms.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ select {
159159
float: right;
160160
width: 15%;
161161
padding: 10px 15px;
162-
font-family: $font-family-default;
163162
line-height: 1.1; // Put the text on the baseline.
164163
}
165164
.#{$namespace}input-row .mui-btn ~
@@ -394,9 +393,9 @@ select {
394393
z-index:z("default");
395394
}
396395
}
397-
//.#{$namespace}bar .#{$namespace}input-row.#{$namespace}search .#{$namespace}icon-speech{
398-
// top: -2px;
399-
// right: 10px;
396+
//.#{$namespace}bar .#{$namespace}input-row.#{$namespace}search .#{$namespace}icon-speech{
397+
// top: -2px;
398+
// right: 10px;
400399
//}
401400
.#{$namespace}search{
402401
position: relative;

0 commit comments

Comments
 (0)