Skip to content

Commit 1f10cc7

Browse files
committed
lint
1 parent 478bc92 commit 1f10cc7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
"rules": {
207207
"csstree/validator": true,
208208
"property-no-vendor-prefix": null,
209-
"selector-class-pattern": "^()(-[A-z\\d]+)*$",
209+
"selector-class-pattern": "^(jp-[A-Z][A-Za-z\\d]*(-[A-Za-z\\d]+)*)$",
210210
"selector-no-vendor-prefix": null,
211211
"value-no-vendor-prefix": null
212212
}

style/base.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@
1515
}
1616

1717
.jp-HybridKernels-status.jp-HybridKernels-connected {
18-
background-color: rgba(76, 175, 80, 0.2);
18+
background-color: rgb(76 175 80 / 20%);
1919
}
2020

2121
.jp-HybridKernels-status.jp-HybridKernels-connected:hover {
22-
background-color: rgba(76, 175, 80, 0.4);
22+
background-color: rgb(76 175 80 / 40%);
2323
}
2424

2525
.jp-HybridKernels-status.jp-HybridKernels-connected svg path {
2626
fill: var(--jp-success-color1, #4caf50);
2727
}
2828

2929
.jp-HybridKernels-status.jp-HybridKernels-disconnected {
30-
background-color: rgba(255, 152, 0, 0.2);
30+
background-color: rgb(255 152 0 / 20%);
3131
}
3232

3333
.jp-HybridKernels-status.jp-HybridKernels-disconnected:hover {
34-
background-color: rgba(255, 152, 0, 0.4);
34+
background-color: rgb(255 152 0 / 40%);
3535
}
3636

3737
.jp-HybridKernels-status.jp-HybridKernels-disconnected svg path {

0 commit comments

Comments
 (0)