Skip to content

Commit

Permalink
Merge pull request #183 from DevChu/F95-ZK-4622
Browse files Browse the repository at this point in the history
ZK-4622: Remove header border div in listbox/grid/tree
  • Loading branch information
scribetw authored Sep 3, 2020
2 parents 7a976fa + 1c32b06 commit e76c765
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 45 deletions.
5 changes: 0 additions & 5 deletions breeze/src/archive/web/js/zul/grid/less/grid.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
overflow: hidden;
.resetTable();
}
&-header-border {
border-bottom: 1px solid @meshTitleBorderColor;
margin-top: -1px;
position: relative;
}
//grid body
&-body {
margin-top: auto;
Expand Down
5 changes: 0 additions & 5 deletions breeze/src/archive/web/js/zul/sel/less/listbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
overflow: hidden;
.resetTable();
}
&-header-border {
border-bottom: 1px solid @meshTitleBorderColor;
margin-top: -1px;
position: relative;
}
//listbox body
&-body {
position: relative;
Expand Down
5 changes: 0 additions & 5 deletions breeze/src/archive/web/js/zul/sel/less/tree.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
overflow: hidden;
.resetTable();
}
&-header-border {
border-bottom: 1px solid @meshTitleBorderColor;
margin-top: -1px;
position: relative;
}
//tree body div
&-body {
position: relative;
Expand Down
5 changes: 0 additions & 5 deletions sapphire/src/archive/web/js/zul/grid/less/grid.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
overflow: hidden;
.resetTable();
}
&-header-border {
border-bottom: 1px solid @meshTitleBorderColor;
margin-top: -1px;
position: relative;
}
//grid body
&-body {
margin-top: auto;
Expand Down
5 changes: 0 additions & 5 deletions sapphire/src/archive/web/js/zul/sel/less/listbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
overflow: hidden;
.resetTable();
}
&-header-border {
border-bottom: 1px solid @meshTitleBorderColor;
margin-top: -1px;
position: relative;
}
//listbox body
&-body {
position: relative;
Expand Down
5 changes: 0 additions & 5 deletions sapphire/src/archive/web/js/zul/sel/less/tree.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
overflow: hidden;
.resetTable();
}
&-header-border {
border-bottom: 1px solid @meshTitleBorderColor;
margin-top: -1px;
position: relative;
}
//tree body div
&-body {
position: relative;
Expand Down
5 changes: 0 additions & 5 deletions silvertail/src/archive/web/js/zul/grid/less/grid.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
overflow: hidden;
.resetTable();
}
&-header-border {
border-bottom: 1px solid @meshTitleBorderColor;
margin-top: -1px;
position: relative;
}
//grid body
&-body {
margin-top: auto;
Expand Down
5 changes: 0 additions & 5 deletions silvertail/src/archive/web/js/zul/sel/less/listbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
overflow: hidden;
.resetTable();
}
&-header-border {
border-bottom: 1px solid @meshTitleBorderColor;
margin-top: -1px;
position: relative;
}
//listbox body
&-body {
position: relative;
Expand Down
5 changes: 0 additions & 5 deletions silvertail/src/archive/web/js/zul/sel/less/tree.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
overflow: hidden;
.resetTable();
}
&-header-border {
border-bottom: 1px solid @meshTitleBorderColor;
margin-top: -1px;
position: relative;
}
//tree body div
&-body {
position: relative;
Expand Down

0 comments on commit e76c765

Please sign in to comment.