Skip to content

fix: various code issues #161

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Dec 7, 2023
Prev Previous commit
Next Next commit
remove overridden properties in same rule
  • Loading branch information
OnkarRuikar committed Dec 6, 2023
commit 6dd0379e247e2de347026da359e66eae3594020f
2 changes: 1 addition & 1 deletion font-features/font-variant-east-asian.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
width: 100%;
display: grid;
grid-template-columns: 1fr;
grid-gap: 1rem;oro
grid-gap: 1rem;
}

@media screen and (min-width: 35rem) {
Expand Down
1 change: 0 additions & 1 deletion scroll-snap/mandatory-y-old-spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
scroll-snap-points-y: repeat(320px);
scroll-snap-destination: 0 0;
scroll-snap-type: y mandatory;
scroll-snap-type: mandatory;
}

.scroller section {
Expand Down
5 changes: 1 addition & 4 deletions tools/border-image-generator/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,7 @@
margin: 0;
padding: 0 0.3em;

border: 3px solid #3490d2;
border-color: #208b20;
background: #666;
border: 3px solid #208b20;
background-color: #eef1f5;
color: #000;

Expand Down Expand Up @@ -889,7 +887,6 @@ body[data-move="Y"] {
text-align: center;
color: #555;

position: absolute;
z-index: 1000;

box-shadow: 0 0 3px 0 #bababa;
Expand Down
1 change: 0 additions & 1 deletion tools/border-radius-generator/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,6 @@ body {
margin: 0;
padding: 0 0 0 10px;
background: #555;
border: 1px solid #555;
border: none;
color: #fff;
float: left;
Expand Down
3 changes: 0 additions & 3 deletions tools/color-picker/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@

/* HSV format - Hue-Saturation-Value(Brightness) */
.ui-color-picker .picking-area {
background: url("picker_mask_200.png") center center;

background: linear-gradient(to top, #000 0%, rgb(0 0 0 / 0) 100%),
linear-gradient(to right, #fff 0%, rgb(255 255 255 / 0) 100%);
background-color: #f00;
Expand Down Expand Up @@ -76,7 +74,6 @@
}

.ui-color-picker .hue {
background: url("hue.png") center;
background: linear-gradient(
to right,
#f00,
Expand Down