Skip to content

Commit f9fdd5c

Browse files
committed
refactor: revert unrelated changes, keeping only language autocomplete styles
1 parent 60a7d5a commit f9fdd5c

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

static/css/components/form.olform.less

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,4 @@
267267
/* stylelint-enable selector-max-specificity */
268268
}
269269

270-
/* Touch-friendly select styling for mobile dropdown consistency - Issue #11182 */
271-
@media (pointer: coarse) {
272-
.olform .input select {
273-
padding: 8px 3px;
274-
min-height: 44px;
275-
}
276-
}
270+

static/css/components/jquery.autocomplete.less

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@
4040
background-color: @light-yellow;
4141
}
4242

43-
@media (pointer: coarse) {
44-
padding: 12px 5px;
45-
min-height: 44px;
46-
}
43+
4744
}
4845
}
4946

static/css/page-edit.less

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,7 @@ textarea {
7878
color: @dark-grey;
7979
padding: 5px;
8080

81-
@media (pointer: coarse) {
82-
padding: 8px 5px;
83-
min-height: 44px;
84-
}
81+
8582
}
8683
table.code {
8784
border: 1px solid @grey-e7e7e7;

0 commit comments

Comments
 (0)