mirror of
https://github.com/XFox111/TabsAsideExtension.git
synced 2026-07-02 19:52:47 +03:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fa43a95a40 | |||
| e8f7c55e2f | |||
| 3d7bc4eb77 |
@@ -0,0 +1 @@
|
|||||||
|
\.vscode
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"scanSettings": {
|
||||||
|
"baseBranches": []
|
||||||
|
},
|
||||||
|
"checkRunSettings": {
|
||||||
|
"vulnerableCheckRunConclusionLevel": "failure",
|
||||||
|
"displayMode": "diff"
|
||||||
|
},
|
||||||
|
"issueSettings": {
|
||||||
|
"minSeverityLevel": "LOW"
|
||||||
|
}
|
||||||
|
}
|
||||||
+22
-1
@@ -112,4 +112,25 @@
|
|||||||
.tabsAside[darkmode] .pane nav
|
.tabsAside[darkmode] .pane nav
|
||||||
{
|
{
|
||||||
background-color: #4a4a4a;
|
background-color: #4a4a4a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabsAside[darkmode] .listviewSwitch > div
|
||||||
|
{
|
||||||
|
border-radius: 1px;
|
||||||
|
background-color: gray;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabsAside[darkmode] .tabsAside .listviewSwitch.tile > div
|
||||||
|
{
|
||||||
|
background-color: #c2c2c2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabsAside[darkmode] .tabsAside[listview] .listviewSwitch.tile > div
|
||||||
|
{
|
||||||
|
background-color: gray;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabsAside[darkmode] .tabsAside[listview] .listviewSwitch.list > div
|
||||||
|
{
|
||||||
|
background-color: #c2c2c2;
|
||||||
|
}
|
||||||
@@ -190,7 +190,7 @@
|
|||||||
color: rgba(0, 0, 0, .4);
|
color: rgba(0, 0, 0, .4);
|
||||||
|
|
||||||
font-family: "SegoeMDL2Assets";
|
font-family: "SegoeMDL2Assets";
|
||||||
content: "\E001";
|
content: "\E73E";
|
||||||
|
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "__MSG_name__",
|
"name": "__MSG_name__",
|
||||||
"version": "2.0.2",
|
"version": "2.0.3",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"description": "__MSG_description__",
|
"description": "__MSG_description__",
|
||||||
"author": "__MSG_author__",
|
"author": "__MSG_author__",
|
||||||
|
|||||||
Reference in New Issue
Block a user