|
18 | 18 | overflow: auto; |
19 | 19 | } |
20 | 20 |
|
21 | | -.gitlab-tree-plugin-left .folder |
| 21 | +.gitlab-tree-plugin-left .gitlab-tree-plugin-folder |
22 | 22 | { |
23 | 23 | padding-left: 20px; |
24 | 24 | margin-bottom: 10px; |
25 | 25 | } |
26 | 26 |
|
27 | | -.gitlab-tree-plugin-left .folder .holder |
| 27 | +.gitlab-tree-plugin-left .gitlab-tree-plugin-folder .gitlab-tree-plugin-holder |
28 | 28 | { |
29 | 29 | white-space: nowrap; |
30 | 30 | text-overflow: ellipsis; |
31 | 31 | overflow: hidden; |
32 | 32 | } |
33 | 33 |
|
34 | | -.gitlab-tree-plugin-left .folder .holder:before |
| 34 | +.gitlab-tree-plugin-left .gitlab-tree-plugin-folder .gitlab-tree-plugin-holder:before |
35 | 35 | { |
36 | 36 | font: normal normal normal 14px/1 FontAwesome; |
37 | 37 | content: "\f115"; |
38 | 38 | padding-right: 7px; |
39 | 39 | } |
40 | 40 |
|
41 | | -.gitlab-tree-plugin-left > .folder |
| 41 | +.gitlab-tree-plugin-left > .gitlab-tree-plugin-folder |
42 | 42 | { |
43 | 43 | padding-left: 0px; |
44 | 44 | } |
45 | 45 |
|
46 | | -.gitlab-tree-plugin-left > .folder > .folder |
| 46 | +.gitlab-tree-plugin-left > .gitlab-tree-plugin-folder > .gitlab-tree-plugin-folder |
47 | 47 | { |
48 | 48 | padding-left: 15px; |
49 | 49 | } |
50 | 50 |
|
51 | | -.gitlab-tree-plugin-left > .folder > .holder |
| 51 | +.gitlab-tree-plugin-left > .gitlab-tree-plugin-folder > .gitlab-tree-plugin-holder |
52 | 52 | { |
53 | 53 | background-color: #fafafa; |
54 | 54 | border-bottom: 1px solid #e5e5e5; |
|
61 | 61 | margin-bottom: 15px; |
62 | 62 | } |
63 | 63 |
|
64 | | -.gitlab-tree-plugin-left > .folder > .holder:before |
| 64 | +.gitlab-tree-plugin-left > .gitlab-tree-plugin-folder > .gitlab-tree-plugin-holder:before |
65 | 65 | { |
66 | 66 | content: "\f07c"; |
67 | 67 | } |
68 | 68 |
|
69 | 69 |
|
70 | | -.gitlab-tree-plugin-left .folder.gitlab-tree-plugin-folder-collapsed > .holder:before |
| 70 | +.gitlab-tree-plugin-left .gitlab-tree-plugin-folder.gitlab-tree-plugin-folder-collapsed > .gitlab-tree-plugin-holder:before |
71 | 71 | { |
72 | 72 | content: "\f114"; |
73 | 73 | } |
74 | 74 |
|
75 | | -.gitlab-tree-plugin-left .folder.gitlab-tree-plugin-folder-collapsed > .folder |
| 75 | +.gitlab-tree-plugin-left .gitlab-tree-plugin-folder.gitlab-tree-plugin-folder-collapsed > .gitlab-tree-plugin-folder |
76 | 76 | { |
77 | 77 | display: none; |
78 | 78 | } |
79 | 79 |
|
80 | | -.gitlab-tree-plugin-left .folder.gitlab-tree-plugin-folder-collapsed > a |
| 80 | +.gitlab-tree-plugin-left .gitlab-tree-plugin-folder.gitlab-tree-plugin-folder-collapsed > a |
81 | 81 | { |
82 | 82 | display: none; |
83 | 83 | } |
|
0 commit comments