Index: chrome/browser/resources/extensions/extensions.css |
diff --git a/chrome/browser/resources/extensions/extensions.css b/chrome/browser/resources/extensions/extensions.css |
index fc3a4bc3dcac936d134a4d2a4f27cd04c8901c4f..0b111ba1bbd8227ca29df273a10b58e940211732 100644 |
--- a/chrome/browser/resources/extensions/extensions.css |
+++ b/chrome/browser/resources/extensions/extensions.css |
@@ -2,10 +2,6 @@ |
* Use of this source code is governed by a BSD-style license that can be |
* found in the LICENSE file. */ |
-html.loading * { |
- transition-duration: 0ms !important; |
-} |
- |
html:not(.focus-outline-visible) |
:enabled:focus:-webkit-any(input[type='checkbox'], input[type='radio']) { |
/* Cancel border-color for :focus specified in widgets.css. */ |
@@ -141,6 +137,10 @@ html:not(.focus-outline-visible) |
font-weight: bold; |
} |
+#no-extensions { |
+ margin-top: 3em; |
+} |
+ |
#suggest-gallery { |
-webkit-padding-start: 10px; |
} |
@@ -160,17 +160,6 @@ html[dir=rtl] #footer-section { |
line-height: 32px; |
} |
-.empty-extension-list { |
- height: 3em; |
-} |
- |
-.loading #no-extensions, |
-.loading #footer-section, |
-#extension-settings-list:not(.empty-extension-list) ~ #no-extensions, |
-.empty-extension-list ~ #footer-section { |
Dan Beam
2015/03/21 01:14:10
i just really meant removing this. leaving .loadi
Devlin
2015/03/21 01:32:23
Oh, okay. Added back.
|
- display: none; |
-} |
- |
.extension-list-item-wrapper { |
margin: 23px 0; |
} |