Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(718)

Unified Diff: chrome/browser/resources/md_bookmarks/toast_manager.html

Issue 2948943002: MD Bookmarks: Add full support for cut/copy/paste keyboard shortcuts (Closed)
Patch Set: Review comments Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/md_bookmarks/toast_manager.html
diff --git a/chrome/browser/resources/md_bookmarks/toast_manager.html b/chrome/browser/resources/md_bookmarks/toast_manager.html
index 4a1586518643bc8d1d2eb01cde8046466a194099..af1ca67dbf0d625db1ea23540ecbed2292d02012 100644
--- a/chrome/browser/resources/md_bookmarks/toast_manager.html
+++ b/chrome/browser/resources/md_bookmarks/toast_manager.html
@@ -9,17 +9,17 @@
#content {
display: flex;
flex: 1;
- margin-right: 32px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
paper-button {
+ -webkit-margin-end: 0;
+ -webkit-margin-start: 32px;
color: var(--google-blue-300);
font-weight: 500;
height: 32px;
- margin: 0;
min-width: 52px;
padding: 8px;
}
« no previous file with comments | « chrome/browser/resources/md_bookmarks/constants.js ('k') | chrome/browser/ui/webui/md_bookmarks/md_bookmarks_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698