Skip to content

Commit f4c775f

Browse files
committed
Updated style Without check boxes
1 parent 5760187 commit f4c775f

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed
-404 Bytes
Loading

src/controls/treeView/TreeView.module.scss

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@
44
padding: 15px;
55

66
.listItem {
7-
// line-height: 36px;
87
display: flex;
98
margin-top: 6px;
109
align-items: flex-start;
1110
}
1211

1312
.treeSelector {
14-
//display: inline-block;
1513
vertical-align: middle;
1614
margin: 4px 4px 0 0;
1715
cursor: pointer;
@@ -26,7 +24,6 @@
2624
cursor: pointer;
2725
display: flex;
2826
align-items: flex-start;
29-
width: 100%;
3027
padding: 4px;
3128

3229
&.disabled {
@@ -47,6 +44,8 @@
4744

4845
&.checked {
4946
background-color: '[theme:listItemBackgroundChecked, default:#eaeaea]';
47+
font-weight: bold;
48+
border-radius: 2px;
5049
}
5150
}
5251

@@ -61,8 +60,6 @@
6160

6261
.labels {
6362
line-height: 18px;
64-
//display: flex;
65-
//flex-direction: column;
6663
.itemLabel {
6764
padding: 0;
6865
}
@@ -77,8 +74,6 @@
7774
.itemMenu {
7875
display: flex;
7976
margin-left: 8px;
80-
//position: absolute;
81-
// margin-top: 10px;
8277

8378
.actionMore {
8479
width: 14px;
@@ -102,7 +97,6 @@
10297
}
10398

10499
.tree {
105-
106100
label > span {
107101
padding-left: 0px;
108102
}

0 commit comments

Comments
 (0)