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

Unified Diff: chrome/browser/resources/md_history/history_item.html

Issue 2672723002: [MD History] Disable Clear Browsing Data button for supervised users. (Closed)
Patch Set: fix_test Created 3 years, 10 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_history/history_item.html
diff --git a/chrome/browser/resources/md_history/history_item.html b/chrome/browser/resources/md_history/history_item.html
index f45440c23075930d31d51fc6d47f5ae51271af59..30f91fcc6b30a67d313dba7f4f8eef3633ed2957 100644
--- a/chrome/browser/resources/md_history/history_item.html
+++ b/chrome/browser/resources/md_history/history_item.html
@@ -50,6 +50,7 @@
}
#item-container {
+ -webkit-padding-start: 10px;
align-items: center;
display: flex;
min-height: var(--item-height);
@@ -73,8 +74,6 @@
}
#checkbox {
- -webkit-margin-end: 6px;
- -webkit-margin-start: 10px;
height: 40px;
width: 40px;
}
@@ -120,6 +119,7 @@
}
#time-accessed {
+ -webkit-margin-start: 6px;
color: var(--history-item-time-color);
min-width: 96px;
}
@@ -211,7 +211,7 @@
on-mousedown="onItemMousedown_"
on-click="onItemClick_">
<button is="paper-icon-button-light" id="checkbox"
- disabled="[[selectionNotAllowed_()]]"
+ hidden="[[selectionNotAllowed_]]"
role="checkbox"
aria-checked$="[[getAriaChecked_(selected)]]"
aria-label$="[[getEntrySummary_(item)]]">
« no previous file with comments | « chrome/browser/resources/md_history/compiled_resources2.gyp ('k') | chrome/browser/resources/md_history/history_item.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698