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

Unified Diff: chrome/browser/resources/file_manager/css/common.css

Issue 11441008: [web_dev_style] Changing :pseudo-element to ::pseudo-element to match (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years 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
Index: chrome/browser/resources/file_manager/css/common.css
diff --git a/chrome/browser/resources/file_manager/css/common.css b/chrome/browser/resources/file_manager/css/common.css
index 2b446f7e319a623021ce5310e169c2b5e5904638..c9b7e8a928f59320e1851dee3b61b6cffe41db66 100644
--- a/chrome/browser/resources/file_manager/css/common.css
+++ b/chrome/browser/resources/file_manager/css/common.css
@@ -3,8 +3,7 @@
* found in the LICENSE file. */
/* This file contains "borrowed" copy of standard styles. To simplify merging,
- * when altering, please preserve original property value by adding comments.
- */
+ * when altering, please preserve original property value by adding comments. */
input.common[type='checkbox'],
input.common[type='radio'] {
-webkit-appearance: none;
@@ -43,7 +42,7 @@ input.common[type='checkbox'].white {
border: none;
}
-input.common[type='checkbox'].white:not(:checked):after {
+input.common[type='checkbox'].white:not(:checked)::after {
background-image: -webkit-image-set(
url('../images/common/checkbox_white_unchecked.png') 1x,
url('../images/common/2x/checkbox_white_unchecked.png') 2x);
@@ -308,7 +307,7 @@ menu.chrome-menu > :not(hr)[checked] {
background-position: 2px center;
}
-menu.chrome-menu > [checked]:before {
+menu.chrome-menu > [checked]::before {
display: none;
}
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.css ('k') | chrome/browser/resources/file_manager/css/file_manager.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698