File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments