Index: chrome/browser/resources/print_preview/print_preview.css |
diff --git a/chrome/browser/resources/print_preview/print_preview.css b/chrome/browser/resources/print_preview/print_preview.css |
index 97edf386b16819ba7a121263d6d90410f4ffa560..6f6d68955a9867b7f039d4c35eef3059fdbaa13f 100644 |
--- a/chrome/browser/resources/print_preview/print_preview.css |
+++ b/chrome/browser/resources/print_preview/print_preview.css |
@@ -124,22 +124,13 @@ h1 { |
} |
#print-preview .navbar-link { |
- -webkit-margin-start: 20px; |
- min-height: 32px; |
- outline: 0; |
- padding: 0; |
- text-align: start; |
- text-decoration: none; |
+ margin: 8px 20px; |
} |
-#print-preview .navbar-link:hover:not(:disabled) { |
- text-decoration: underline; |
-} |
- |
-#print-preview .navbar-link:disabled { |
+#print-preview .navbar-link.disabled { |
color: rgba(0, 0, 0, .5); |
cursor: default; |
- text-shadow: none; |
+ pointer-events: none; |
} |
button.loading { |
@@ -304,6 +295,16 @@ span.jumping-dots > span:nth-child(3) { |
margin: 7px 0; |
} |
+#link-container > div { |
+ display: flex; |
+} |
+ |
+#link-container > div > .throbber { |
+ margin: 8px; |
+ min-height: 16px; |
+ min-width: 16px; |
+} |
+ |
#main-container { |
-webkit-border-start: 1px solid #dcdcdc; |
-webkit-box-flex: 1; |