| 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..9148072260725ec4216a4d7bb76db842785507a1 100644
|
| --- a/chrome/browser/resources/options2/browser_options.css
|
| +++ b/chrome/browser/resources/options2/browser_options.css
|
| @@ -340,6 +340,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 +355,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 {
|
|
|