Skip to content

Commit bf0c014

Browse files
committed
re-add value-no-vendor-prefix except for box and inline-box
1 parent 60e28f0 commit bf0c014

6 files changed

Lines changed: 0 additions & 10 deletions

File tree

frontend/src/styles/account-settings.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@
141141
td {
142142
padding: 0.5rem;
143143
background: var(--bg-color);
144-
position: -webkit-sticky;
145144
position: sticky;
146145
top: 0;
147146
z-index: 99;
@@ -159,7 +158,6 @@
159158
tfoot {
160159
td {
161160
padding: 1rem 0.5rem;
162-
position: -webkit-sticky;
163161
position: sticky;
164162
bottom: -5px;
165163
background: var(--bg-color);

frontend/src/styles/account.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@
172172
cursor: pointer;
173173
transition: 0.25s;
174174
user-select: none;
175-
display: -ms-grid;
176175
display: grid;
177176
-ms-flex-line-pack: center;
178177
align-content: center;

frontend/src/styles/buttons.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ input[type="submit"] {
4040
user-select: none;
4141
align-content: center;
4242
align-items: center;
43-
height: -moz-min-content;
4443
height: min-content;
4544
line-height: 1.25;
4645
appearance: none;
@@ -115,7 +114,6 @@ button.text,
115114
text-align: center;
116115
user-select: none;
117116
align-content: center;
118-
height: -moz-min-content;
119117
height: min-content;
120118
line-height: 1.25;
121119
appearance: none;

frontend/src/styles/popups.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,6 @@ body.darkMode {
478478
td {
479479
padding: 0.5rem;
480480
background: var(--bg-color);
481-
position: -webkit-sticky;
482481
position: sticky;
483482
top: 0;
484483
z-index: 99;
@@ -496,7 +495,6 @@ body.darkMode {
496495
tfoot {
497496
td {
498497
padding: 1rem 0.5rem;
499-
position: -webkit-sticky;
500498
position: sticky;
501499
bottom: -5px;
502500
background: var(--bg-color);

frontend/src/styles/test.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@
191191

192192
#words {
193193
height: fit-content;
194-
height: -moz-fit-content;
195194
padding-bottom: 0.5em; // to account for hints of the bottom line
196195
display: flex;
197196
flex-wrap: wrap;

stylelint.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ export default {
1616

1717
"length-zero-no-unit": null, // default: [true, {ignore: ['custom-properties'], ignorePreludeOfAtRules: ['function', 'mixin'],},]
1818

19-
"value-no-vendor-prefix": null, // add // default: [true, {ignoreValues: ['box', 'inline-box'],},] // `-webkit-box` is allowed as standard. See https://www.w3.org/TR/css-overflow-3/#webkit-line-clamp
20-
2119
"at-rule-empty-line-before": null, // default: ['always', {except: ['blockless-after-same-name-blockless', 'first-nested'], ignore: ['after-comment'],},]
2220
"comment-empty-line-before": null, // default: ['always', {except: ['first-nested'], ignore: ['stylelint-commands'],},]
2321
"custom-property-empty-line-before": null, // default: 'custom-property-empty-line-before': ['always',{except: ['after-custom-property', 'first-nested'],ignore: ['after-comment', 'inside-single-line-block'],},]

0 commit comments

Comments
 (0)