Chromium Code Reviews| Index: chrome/browser/resources/shared/css/menu.css |
| diff --git a/chrome/browser/resources/shared/css/menu.css b/chrome/browser/resources/shared/css/menu.css |
| index eea916027aa186ec06227ee98efe36a90f9e6b17..ccdc28d8604133c5e4b34a3f446e1081239c1df7 100644 |
| --- a/chrome/browser/resources/shared/css/menu.css |
| +++ b/chrome/browser/resources/shared/css/menu.css |
| @@ -50,13 +50,6 @@ menu > [disabled] { |
| color: rgba(0, 0, 0, .3); |
| } |
| -/* Text alpha doesn't work on Linux/GTK and ChromeOs/views. |
| - * TODO(estade): http://crbug.com/88688. */ |
|
Dan Beam
2012/03/21 03:02:53
where is the equivalent of this?
csilv
2012/03/21 19:35:22
Bug has been fixed so I assume this is obsolete
Evan Stade
2012/03/21 21:51:12
yea it's fixed, I tested in linux and chromeos.
|
| -html[toolkit=gtk] menu > [disabled], |
| -html[os=chromeos] menu > [disabled] { |
| - color: #969696; |
| -} |
| - |
| menu > [hidden] { |
| display: none; |
| } |