Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 9c59c70

Browse files
committed
fix some bad css
1 parent 6051579 commit 9c59c70

File tree

11 files changed

+26
-19987
lines changed

11 files changed

+26
-19987
lines changed

dist/dark.css

Lines changed: 1 addition & 5741 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/default.css

Lines changed: 1 addition & 8429 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/light.css

Lines changed: 1 addition & 5741 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

new/app/themed/console/_consolePinPane.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
border-radius: 50%;
1919
box-sizing: content-box;
2020
border: 2px solid $button;
21-
background: -webkit-image-set(url(Images/smallIcons.svg) 1x, url(Images/smallIcons.svg) 2x) -19px 71px, $button;
21+
//background: -webkit-image-set(url(Images/smallIcons.svg) 1x, url(Images/smallIcons.svg) 2x) -19px 71px, $button;
2222
}
2323

2424
.console-delete-pin:hover {
2525
border: 2px solid $accent1Alpha;
26-
background: -webkit-image-set(url(Images/smallIcons.svg) 1x, url(Images/smallIcons.svg) 2x) -19px 71px, $accent1Alpha;
26+
//background: -webkit-image-set(url(Images/smallIcons.svg) 1x, url(Images/smallIcons.svg) 2x) -19px 71px, $accent1Alpha;
2727
}
2828

2929
.console-pin:not(:last-child) {

new/app/themed/ui/_closeButton.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ div:not(.tabbed-pane-close-button) {
55
border-radius: 50%;
66
box-sizing: content-box;
77
border: 2px solid var(--button);
8-
background: -webkit-image-set(url(Images/smallIcons.svg) 1x, url(Images/smallIcons.svg) 2x) -19px 70px,
9-
var(--button);
8+
//background: -webkit-image-set(url(Images/smallIcons.svg) 1x, url(Images/smallIcons.svg) 2x) -19px 70px,
9+
// var(--button);
1010
}
1111
}

new/app/themed/ui/_radio.scss

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ input[type='radio'] {
4646
// Disabled box.
4747
&:disabled:before {
4848
box-shadow: none !important;
49-
background: #ddd !important;
49+
background: #dddddd !important;
5050
}
5151

5252
// Checkmark. Could be replaced with an image
@@ -74,22 +74,22 @@ input[type='radio'] {
7474
}
7575
}
7676

77-
::slotted(input.dt-radio-button) {
78-
border-top-color: $accent1;
79-
border-right-color: $accent1;
80-
border-bottom-color: $accent1;
81-
border-left-color: $accent1;
82-
background-image: linear-gradient($background, $background);
83-
}
77+
//::slotted(input.dt-radio-button) {
78+
// border-top-color: $accent1;
79+
// border-right-color: $accent1;
80+
// border-bottom-color: $accent1;
81+
// border-left-color: $accent1;
82+
// background-image: linear-gradient($background, $background);
83+
//}
8484

8585
::slotted(input.dt-radio-button:active:not(:disabled)) {
8686
background-image: linear-gradient($accent1, $accent1);
8787
}
8888

89-
::slotted(input.dt-radio-button:checked) {
90-
background-image: url('Images/radioDot.png'), linear-gradient($background, $background);
91-
}
92-
93-
::slotted(input.dt-radio-button:checked:active) {
94-
background-image: url('Images/radioDot.png'), linear-gradient($accent1, $accent1);
95-
}
89+
//::slotted(input.dt-radio-button:checked) {
90+
// background-image: url('Images/radioDot.png'), linear-gradient($background, $background);
91+
//}
92+
//
93+
//::slotted(input.dt-radio-button:checked:active) {
94+
// background-image: url('Images/radioDot.png'), linear-gradient($accent1, $accent1);
95+
//}

new/app/themed/ui/_softContextMenu.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
color: $foreground !important;
3333
filter: none !important;
3434
background: $selFg !important;
35-
-webkit-mask-image: -webkit-image-set(url(Images/smallIcons.svg) 1x, url(Images/smallIcons.svg) 2x);
35+
//-webkit-mask-image: -webkit-image-set(url(Images/smallIcons.svg) 1x, url(Images/smallIcons.svg) 2x);
3636
-webkit-mask-position: var(--spritesheet-position);
3737
}

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
"build": "plasmo build",
2121
"dev": "plasmo dev",
2222
"verbose": "plasmo dev --verbose",
23-
"start": "sirv public --single",
24-
"start:dev": "sirv public --single --dev",
2523
"styles": "gulp debugStyles",
2624
"app": "gulp app",
2725
"watchStyles": "gulp watchStyles",

src/assets/dark.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/default.css

Lines changed: 1 addition & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)