Index: chrome/browser/resources/shared/css/chrome_shared.css |
diff --git a/chrome/browser/resources/shared/css/chrome_shared.css b/chrome/browser/resources/shared/css/chrome_shared.css |
index d135a31c54b4d37819d865cffd70d75cd57ec03e..134e3dcb0d96052f14a4c8939594cef4a63c911e 100644 |
--- a/chrome/browser/resources/shared/css/chrome_shared.css |
+++ b/chrome/browser/resources/shared/css/chrome_shared.css |
@@ -104,53 +104,3 @@ html[dir='rtl'] input.weakrtl::-webkit-input-placeholder, |
html[dir='rtl'] .weakrtl input::-webkit-input-placeholder { |
direction: rtl; |
} |
- |
-/* Rules to make it easier to hit targets when using a coarse pointer like |
- * a touch screen. |
- */ |
-@media (pointer:coarse) { |
- list input[type='input'], |
- list input[type='password'], |
- list input[type='search'], |
- list input[type='text'], |
- list input[type='url'] { |
- margin: 0; |
- padding: 3px 3px 2px 3px; |
- } |
- |
- /* Margins are not touchable. Use padding on the inner label instead to |
- increase the size of the touch target. */ |
- .checkbox, |
- .radio { |
- margin: 0; |
- } |
- |
- .checkbox label, |
- .radio label { |
- padding-bottom: 7px; |
- padding-top: 7px; |
- } |
- |
- li > button.link-button { |
- padding-bottom: 8px; |
- padding-top: 8px; |
- } |
- |
- :-webkit-any(button, |
- input[type='button'], |
- input[type='submit'], |
- select):not(.custom-appearance):not(.link-button) { |
- margin-bottom: 6px; |
- margin-top: 6px; |
- } |
- |
- list :-webkit-any( |
- button, |
- input[type='button'], |
- input[type='submit'], |
- select):not(.custom-appearance):not(.link-button) { |
- margin: 0; |
- padding-bottom: 0; |
- padding-top: 3px; |
- } |
-} |