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

Unified Diff: chrome/browser/resources/options2/browser_options.css

Issue 10831140: Change behavior when clicking on a network from auto-connect to show options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Simplify variable initialization. Remove unused CSS rule. Created 8 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 | « no previous file | chrome/browser/resources/options2/chromeos/network_list.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/browser_options.css
diff --git a/chrome/browser/resources/options2/browser_options.css b/chrome/browser/resources/options2/browser_options.css
index ffc242e225466e422a785eb7154f867864ea0bbf..d3d3cd9890d82f7464f7b537c192d3a81c98ae27 100644
--- a/chrome/browser/resources/options2/browser_options.css
+++ b/chrome/browser/resources/options2/browser_options.css
@@ -236,11 +236,6 @@ list:not([disabled]) > .network-group[selected] {
width: 19px;
}
-.network-menu-item:hover .network-options-button {
- background-image: url('chrome://theme/IDR_STATUSBAR_EDIT');
- background-size: 25px;
-}
-
.network-group > .controlled-setting-indicator,
.network-menu-item > .controlled-setting-indicator {
-webkit-box-flex: 0;
@@ -340,6 +335,11 @@ list:not([disabled]) > .network-group[selected] {
white-space: nowrap;
}
+.active-network {
+ color: black;
+ font-weight: bold;
+}
+
@media (pointer:coarse) {
.network-menu-item-label {
padding-top: 14px;
@@ -350,13 +350,6 @@ list:not([disabled]) > .network-group[selected] {
color: #999;
}
-.network-menu-header {
- -webkit-padding-start: 36px;
- color: #999;
- padding-bottom: 8px;
- padding-top: 8px;
-}
-
/* Restrict the size of the networks menu, by limiting the number of
visible networks. */
.network-menu-group {
« no previous file with comments | « no previous file | chrome/browser/resources/options2/chromeos/network_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698