Skip to content

Commit ada2bdd

Browse files
committed
Implemented a lot of things, but this is not how React/Preact works.
So a lot has to change.
1 parent 4ed2edc commit ada2bdd

File tree

14 files changed

+780
-620
lines changed

14 files changed

+780
-620
lines changed

css/style.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,37 +18,37 @@
1818
overflow: auto;
1919
}
2020

21-
.gitlab-tree-plugin-left .folder
21+
.gitlab-tree-plugin-left .gitlab-tree-plugin-folder
2222
{
2323
padding-left: 20px;
2424
margin-bottom: 10px;
2525
}
2626

27-
.gitlab-tree-plugin-left .folder .holder
27+
.gitlab-tree-plugin-left .gitlab-tree-plugin-folder .gitlab-tree-plugin-holder
2828
{
2929
white-space: nowrap;
3030
text-overflow: ellipsis;
3131
overflow: hidden;
3232
}
3333

34-
.gitlab-tree-plugin-left .folder .holder:before
34+
.gitlab-tree-plugin-left .gitlab-tree-plugin-folder .gitlab-tree-plugin-holder:before
3535
{
3636
font: normal normal normal 14px/1 FontAwesome;
3737
content: "\f115";
3838
padding-right: 7px;
3939
}
4040

41-
.gitlab-tree-plugin-left > .folder
41+
.gitlab-tree-plugin-left > .gitlab-tree-plugin-folder
4242
{
4343
padding-left: 0px;
4444
}
4545

46-
.gitlab-tree-plugin-left > .folder > .folder
46+
.gitlab-tree-plugin-left > .gitlab-tree-plugin-folder > .gitlab-tree-plugin-folder
4747
{
4848
padding-left: 15px;
4949
}
5050

51-
.gitlab-tree-plugin-left > .folder > .holder
51+
.gitlab-tree-plugin-left > .gitlab-tree-plugin-folder > .gitlab-tree-plugin-holder
5252
{
5353
background-color: #fafafa;
5454
border-bottom: 1px solid #e5e5e5;
@@ -61,23 +61,23 @@
6161
margin-bottom: 15px;
6262
}
6363

64-
.gitlab-tree-plugin-left > .folder > .holder:before
64+
.gitlab-tree-plugin-left > .gitlab-tree-plugin-folder > .gitlab-tree-plugin-holder:before
6565
{
6666
content: "\f07c";
6767
}
6868

6969

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
7171
{
7272
content: "\f114";
7373
}
7474

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
7676
{
7777
display: none;
7878
}
7979

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
8181
{
8282
display: none;
8383
}

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"<all_urls>"
2727
],
2828
"js": [
29-
"dist/inject.js"
29+
"dist/index.js"
3030
],
3131
"css": [
3232
"css/style.css"

0 commit comments

Comments
 (0)