summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/md_extensions/toolbar.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/md_extensions/toolbar.html')
-rw-r--r--chromium/chrome/browser/resources/md_extensions/toolbar.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/chromium/chrome/browser/resources/md_extensions/toolbar.html b/chromium/chrome/browser/resources/md_extensions/toolbar.html
index b609815d867..e4e9ba43278 100644
--- a/chromium/chrome/browser/resources/md_extensions/toolbar.html
+++ b/chromium/chrome/browser/resources/md_extensions/toolbar.html
@@ -41,7 +41,7 @@
}
cr-tooltip-icon {
- -webkit-margin-end: 20px;
+ margin-inline-end: 20px;
}
#devDrawer[expanded] #buttonStrip {
@@ -63,8 +63,8 @@
}
#buttonStrip {
- -webkit-margin-end: auto;
- -webkit-margin-start: 24px;
+ margin-inline-end: auto;
+ margin-inline-start: 24px;
padding: var(--padding-top-bottom) 0;
position: absolute;
top: calc(var(--button-row-height) * -1);
@@ -75,7 +75,7 @@
}
#buttonStrip paper-button {
- -webkit-margin-end: 16px;
+ margin-inline-end: 16px;
}
.more-actions {
@@ -85,7 +85,7 @@
}
.more-actions span {
- -webkit-margin-end: 16px;
+ margin-inline-end: 16px;
}
cr-toast > div {