Skip to content

Commit 437f13a

Browse files
authored
Try a generic disable of the M$ pseudo-class (#1218)
* Try a generic disable of the M$ pseudo-class * This worked in a .user.js \*eyeroll\* Post #1216 * Use the right type of comment block Post #1216 Auto-merge
1 parent 25b700a commit 437f13a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

public/css/common.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,3 +447,10 @@ ul.flaggedList {
447447
background: transparent url("/images/ua/yandex16.png") no-repeat left top;
448448
color: transparent;
449449
}
450+
451+
/* Disable Microsoft clear button */
452+
::-ms-clear {
453+
width: 0;
454+
height: 0;
455+
display: none;
456+
}

0 commit comments

Comments
 (0)