Chromium Code Reviews| Index: chrome/browser/resources/options/options_page.css |
| diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css |
| index a2e4cf5a12b21285e823df221c4abab628c0198a..26fcb4b5630fb76624729110cefdba2e651d3816 100644 |
| --- a/chrome/browser/resources/options/options_page.css |
| +++ b/chrome/browser/resources/options/options_page.css |
| @@ -311,15 +311,8 @@ list[type='text'][inlineeditable] input { |
| } |
| list > :not([editing]) [displaymode='edit'] { |
| - display: none; |
| -} |
| - |
| -list > [editing] [displaymode='static'] { |
| - /* Don't use display:none because we need to keep an element focusable. */ |
| - left: 0; |
| - pointer-events: none; |
| - position: absolute; |
| - visibility: hidden; |
| + border: none; |
| + background-color: rgb(255, 255, 255); |
|
Dan Beam
2014/10/18 01:35:44
^ why is this necessary? also, why not "white"?
|
| } |
| list > [editing] input:invalid { |