Skip to content

Commit

Permalink
解决二级列表按下高亮区域未100%显示的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
hbcui1984 committed Aug 11, 2015
1 parent c1a1cae commit 64f5d73
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 3 deletions.
5 changes: 5 additions & 0 deletions dist/css/mui.css
Original file line number Diff line number Diff line change
Expand Up @@ -2419,6 +2419,11 @@ input[type='submit']:enabled:active, input[type='submit'].mui-active:enabled,
{
content: '\e580';
}
.mui-table-view-cell.mui-collapse.mui-active .mui-table-view-cell > a:not(.mui-btn).mui-active
{
margin-left: -31px;
padding-left: 47px;
}
.mui-table-view-cell.mui-collapse .mui-collapse-content
{
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/mui.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions examples/hello-mui/css/mui.css
Original file line number Diff line number Diff line change
Expand Up @@ -2419,6 +2419,11 @@ input[type='submit']:enabled:active, input[type='submit'].mui-active:enabled,
{
content: '\e580';
}
.mui-table-view-cell.mui-collapse.mui-active .mui-table-view-cell > a:not(.mui-btn).mui-active
{
margin-left: -31px;
padding-left: 47px;
}
.mui-table-view-cell.mui-collapse .mui-collapse-content
{
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-mui/css/mui.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/login/css/mui.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions sass/table-views.scss
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,11 @@
>.#{$namespace}navigate-right:after, >.#{$namespace}push-right:after {
content: '\e580';
}
//二级列表展开后,高亮时宽度100%
.#{$namespace}table-view-cell>a:not(.#{$namespace}btn).#{$namespace}active{
margin-left: -31px;
padding-left: 47px;
}
}
.#{$namespace}collapse-content{
display:none;
Expand Down

0 comments on commit 64f5d73

Please sign in to comment.