Skip to content

Commit

Permalink
Backed out changeset 637e80ab4fca (bug 1262755) for rc4 android perma…
Browse files Browse the repository at this point in the history
… failures
  • Loading branch information
BavarianTomcat committed Apr 22, 2016
1 parent acd40ee commit 4ccaaad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
3 changes: 1 addition & 2 deletions layout/style/res/ua.css
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,7 @@ div:-moz-native-anonymous.moz-accessiblecaret > div.image {
background-position: center bottom;
background-size: 100%;
background-repeat: no-repeat;
background-origin: content-box;
top: 0;
bottom: 0;
width: 100%;
height: 100%;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<input id="LTRinput" style="direction: ltr;" value="Type something">
<input id="RTLinput" style="direction: rtl;" value="לרוץ במעלה הגבעה">
<br><br><br>
<br>

<textarea id="LTRtextarea" style="direction: ltr;"
rows="3" cols="8">Words in a box</textarea>
Expand Down
8 changes: 0 additions & 8 deletions mobile/android/themes/core/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -336,14 +336,6 @@ input[type=number]::-moz-number-spin-box {
display: none;
}

div:-moz-native-anonymous.moz-accessiblecaret > div.image {
/* border: 0.1px solid red; */ /* Uncomment border to see the touch target. */
padding-left: 59%; /* ((48-22)/2)px / 22px ~= 59% */
padding-bottom: 59%;
padding-right: 59%;
left: -59%;
}

/* Override accessiblecaret css in layout/style/ua.css */
div:-moz-native-anonymous.moz-accessiblecaret.normal > div.image {
background-image: url("chrome://browser/skin/images/accessiblecaret-normal-hdpi.png");
Expand Down

0 comments on commit 4ccaaad

Please sign in to comment.