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

Unified Diff: ui/file_manager/file_manager/foreground/elements/files_metadata_entry.html

Issue 2243223002: Quick View: Fix font size. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a comment. Created 4 years, 4 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: ui/file_manager/file_manager/foreground/elements/files_metadata_entry.html
diff --git a/ui/file_manager/file_manager/foreground/elements/files_metadata_entry.html b/ui/file_manager/file_manager/foreground/elements/files_metadata_entry.html
index defff3cd7f255122fbf5c755b44d1bc97808b7f7..c3a2926fab2a9875d6b6abcf3e750a74a7598891 100644
--- a/ui/file_manager/file_manager/foreground/elements/files_metadata_entry.html
+++ b/ui/file_manager/file_manager/foreground/elements/files_metadata_entry.html
@@ -28,7 +28,6 @@
#key {
color: white;
- font-size: 115%;
font-weight: 500;
overflow-wrap: break-word;
vertical-align: bottom;
@@ -37,7 +36,6 @@
#value {
color: white;
- font-size: 115%;
opacity: 0.8;
overflow-wrap: break-word;
vertical-align: bottom;

Powered by Google App Engine
This is Rietveld 408576698