Changeset 248311 in webkit
- Timestamp:
- Aug 6, 2019, 1:33:16 PM (7 years ago)
- Location:
- trunk/Source/WebInspectorUI
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
UserInterface/Views/ComputedStyleSection.css (modified) (1 diff)
-
UserInterface/Views/Main.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebInspectorUI/ChangeLog
r248289 r248311 1 2019-08-06 Nikita Vasilyev <nvasilyev@apple.com> 2 3 Web Inspector: RTL: go-to arrows and expand triangles in Computed panel should match their context 4 https://bugs.webkit.org/show_bug.cgi?id=200449 5 6 Reviewed by Joseph Pecoraro. 7 8 * UserInterface/Views/ComputedStyleSection.css: 9 (body[dir=rtl] .computed-style-section .computed-property-item .disclosure-button): Deleted. 10 11 * UserInterface/Views/Main.css: 12 (body[dir=rtl] [dir=ltr] .go-to-arrow): Added. 13 In the RTL mode, LTR "islands" should have their contents to be still LTR. 14 1 15 2019-08-05 Devin Rousso <drousso@apple.com> 2 16 -
trunk/Source/WebInspectorUI/UserInterface/Views/ComputedStyleSection.css
r243352 r248311 63 63 background-size: 13px 13px; 64 64 -webkit-appearance: none; 65 }66 67 body[dir=rtl] .computed-style-section .computed-property-item .disclosure-button {68 transform: scaleX(-1);69 65 } 70 66 -
trunk/Source/WebInspectorUI/UserInterface/Views/Main.css
r247928 r248311 291 291 } 292 292 293 body[dir=rtl] [dir=ltr] .go-to-arrow { 294 transform: revert; 295 } 296 293 297 :focus .selected .go-to-arrow { 294 298 background-image: url(../Images/GoToArrow.svg#selected);
Note:
See TracChangeset
for help on using the changeset viewer.