Skip to content

Commit 533bce4

Browse files
committed
Updates sass & resolves warnings
1 parent 4760885 commit 533bce4

File tree

5 files changed

+21
-29
lines changed

5 files changed

+21
-29
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18054,7 +18054,7 @@
1805418054
"mocha": "10.7.3",
1805518055
"playwright": "1.47.1",
1805618056
"prettier": "3.1.0",
18057-
"sass": "1.77.6",
18057+
"sass": "1.79.1",
1805818058
"sass-loader": "16.0.1",
1805918059
"schema-utils": "4.2.0",
1806018060
"sharp": "0.32.6",

src/webviews/apps/plus/graph/graph.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,12 +688,12 @@ button:not([disabled]),
688688
}
689689
}
690690
&--warning {
691+
color: #de9b43;
691692
:before {
692693
// codicon-vm
693694
font-family: codicon;
694695
content: '\ea6c';
695696
}
696-
color: #de9b43;
697697
}
698698
&--added {
699699
&::before {

src/webviews/apps/settings/settings.scss

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
@import '../shared/icons';
55

66
body {
7-
&.vscode-light {
8-
background-color: var(--color-background--darken-05);
9-
}
10-
117
font-family: var(--vscode-font-family);
128
font-weight: var(--vscode-font-weight);
139
font-size: var(--vscode-font-size) !important;
1410
line-height: 1.4;
11+
12+
&.vscode-light {
13+
background-color: var(--color-background--darken-05);
14+
}
1515
}
1616

1717
header {
@@ -477,15 +477,14 @@ section {
477477

478478
.section__hint {
479479
flex: 0 1 auto;
480+
color: var(--color-foreground--75);
481+
font-weight: 200;
482+
margin: 0;
480483

481484
* {
482485
word-break: break-word;
483486
}
484487

485-
color: var(--color-foreground--75);
486-
font-weight: 200;
487-
margin: 0;
488-
489488
b {
490489
font-weight: 400;
491490
}

src/webviews/apps/shared/buttons.scss

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
}
4747

4848
.button--flat {
49+
transition:
50+
background-color 250ms,
51+
border-color 250ms,
52+
color 250ms;
53+
4954
.vscode-light & {
5055
border: 1px solid rgba(0, 0, 0, 0.6);
5156
color: black;
@@ -54,10 +59,6 @@
5459
border: 1px solid rgba(255, 255, 255, 0.6);
5560
color: white;
5661
}
57-
transition:
58-
background-color 250ms,
59-
border-color 250ms,
60-
color 250ms;
6162

6263
&:not([disabled]):hover,
6364
&:not([disabled]):focus {
@@ -161,6 +162,11 @@
161162
}
162163

163164
.button--flat-subtle {
165+
transition:
166+
background-color 250ms,
167+
border-color 250ms,
168+
color 250ms;
169+
164170
.vscode-light & {
165171
border: 1px solid rgba(0, 0, 0, 0.2);
166172
color: rgba(0, 0, 0, 0.6);
@@ -169,10 +175,6 @@
169175
border: 1px solid rgba(255, 255, 255, 0.2);
170176
color: rgba(255, 255, 255, 0.6);
171177
}
172-
transition:
173-
background-color 250ms,
174-
border-color 250ms,
175-
color 250ms;
176178

177179
&:not([disabled]):hover,
178180
&:not([disabled]):focus {

yarn.lock

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,7 +2154,7 @@ cheerio@^1.0.0-rc.5, cheerio@^1.0.0-rc.9:
21542154
undici "^6.19.5"
21552155
whatwg-mimetype "^4.0.0"
21562156

2157-
"chokidar@>=3.0.0 <4.0.0", chokidar@^3.4.2, chokidar@^3.5.3:
2157+
chokidar@^3.4.2, chokidar@^3.5.3:
21582158
version "3.6.0"
21592159
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
21602160
integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
@@ -6555,16 +6555,7 @@ [email protected]:
65556555
dependencies:
65566556
neo-async "^2.6.2"
65576557

6558-
6559-
version "1.77.6"
6560-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.6.tgz#898845c1348078c2e6d1b64f9ee06b3f8bd489e4"
6561-
integrity sha512-ByXE1oLD79GVq9Ht1PeHWCPMPB8XHpBuz1r85oByKHjZY6qV6rWnQovQzXJXuQ/XyE1Oj3iPk3lo28uzaRA2/Q==
6562-
dependencies:
6563-
chokidar ">=3.0.0 <4.0.0"
6564-
immutable "^4.0.0"
6565-
source-map-js ">=0.6.2 <2.0.0"
6566-
6567-
sass@^1.71.1:
6558+
[email protected], sass@^1.71.1:
65686559
version "1.79.1"
65696560
resolved "https://registry.yarnpkg.com/sass/-/sass-1.79.1.tgz#0c572e8f09cc4095c27077567f78dbb9b3dceeb2"
65706561
integrity sha512-+mA7svoNKeL0DiJqZGeR/ZGUu8he4I8o3jyUcOFyo4eBJrwNgIMmAEwCMo/N2Y3wdjOBcRzoNxZIOtrtMX8EXg==

0 commit comments

Comments
 (0)