Bug 1270406 - Unprefix pseudo-class dir in DevTool resources. draft
authorAstley Chen <aschen@mozilla.com>
Tue, 22 Nov 2016 23:05:18 +0800
changeset 442501 ff744e7a417c452a3a3b9b8cbd4cfa4915b4222d
parent 442500 4bb0e010d5c9804c4abc35e8d3846f4a13ce771e
child 442502 76464ad40bcd010f168b7fdac1b07b910a58401f
push id36705
push useraschen@mozilla.com
push dateTue, 22 Nov 2016 15:05:57 +0000
bugs1270406
milestone53.0a1
Bug 1270406 - Unprefix pseudo-class dir in DevTool resources. MozReview-Commit-ID: Dw5DhErHkY8
devtools/client/shared/components/notification-box.css
--- a/devtools/client/shared/components/notification-box.css
+++ b/devtools/client/shared/components/notification-box.css
@@ -20,18 +20,18 @@
 .notificationbox .notification-button {
   text-align: right;
 }
 
 .notificationbox .messageText {
   flex-grow: 1;
 }
 
-.notificationbox .details:-moz-dir(rtl)
-.notificationbox .notificationInner:-moz-dir(rtl) {
+.notificationbox .details:dir(rtl)
+.notificationbox .notificationInner:dir(rtl) {
   flex-direction: row-reverse;
 }
 
 /* Style */
 
 .notificationbox .notification {
   background-color: InfoBackground;
   text-shadow: none;