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

Unified Diff: third_party/WebKit/Source/devtools/front_end/security/sidebar.css

Issue 2229443005: DevTools Security Panel: Use the new security indicators. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add source SVG. 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/security/mainView.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/security/sidebar.css
diff --git a/third_party/WebKit/Source/devtools/front_end/security/sidebar.css b/third_party/WebKit/Source/devtools/front_end/security/sidebar.css
index f6b5440e7fca7c76eb5d5faf25a210044fc8dc24..695312156e4e6d39e096313a094a550479fbc31f 100644
--- a/third_party/WebKit/Source/devtools/front_end/security/sidebar.css
+++ b/third_party/WebKit/Source/devtools/front_end/security/sidebar.css
@@ -13,8 +13,10 @@
align-items: center;
}
-.tree-outline:focus li.selected .lock-icon-neutral {
- background-color: #fff;
+.tree-outline:focus li.selected .lock-icon,
+.tree-outline:focus .security-sidebar-tree-item.selected .icon
+{
+ background-color: white;
}
.tree-outline .security-main-view-sidebar-tree-item {
@@ -45,15 +47,10 @@
.tree-outline .sidebar-tree-item .lock-icon,
.tree-outline .sidebar-tree-item .security-property {
- margin-right: 2px;
+ margin-right: 4px;
flex: none;
}
-.tree-outline:focus .security-sidebar-tree-item.selected .icon:not(.security-property-unknown) {
- background-image: none;
- background-color: #fff;
-}
-
.security-sidebar-tree-item {
padding: 2px 0;
}
@@ -63,30 +60,6 @@
margin-right: 5px;
}
-.tree-outline li.selected .lock-icon-neutral {
- background-image: none;
- background-color: #5a5a5a;
- -webkit-mask-image: url(Images/securityStateNeutral.svg);
- -webkit-mask-size: cover;
-}
-
-.tree-outline .security-sidebar-tree-item.selected .security-property-insecure {
- -webkit-mask-image: url(Images/securityPropertyInsecure.svg);
-}
-
-.security-sidebar-tree-item.selected .security-property-neutral,
-.security-sidebar-tree-item.selected .security-property-warning {
- -webkit-mask-image: url(Images/securityPropertyWarning.svg);
-}
-
-.tree-outline .security-sidebar-tree-item.selected .security-property-unknown {
- -webkit-mask-image: url(Images/securityPropertyUnknown.svg);
-}
-
-.security-sidebar-tree-item.selected .security-property-secure {
- -webkit-mask-image: url(Images/securityPropertySecure.svg);
-}
-
.sidebar-tree-item.security-main-view-reload-message .title {
color: rgba(0, 0, 0, 0.5);
padding-left: 8px;
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/security/mainView.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698