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

Unified Diff: components/security_interstitials/core/browser/resources/interstitial_loud.css

Issue 2894413003: Rename interstitial_v2 files (Closed)
Patch Set: Add the new filenames Created 3 years, 7 months 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: components/security_interstitials/core/browser/resources/interstitial_loud.css
diff --git a/components/security_interstitials/core/browser/resources/interstitial_v2.css b/components/security_interstitials/core/browser/resources/interstitial_loud.css
similarity index 99%
rename from components/security_interstitials/core/browser/resources/interstitial_v2.css
rename to components/security_interstitials/core/browser/resources/interstitial_loud.css
index 5af309a0b6f8fe1319dd5834c3042df4497eb2ec..5f9712ec5b190cacffa7da97942ba7e189a58738 100644
--- a/components/security_interstitials/core/browser/resources/interstitial_v2.css
+++ b/components/security_interstitials/core/browser/resources/interstitial_loud.css
@@ -14,7 +14,6 @@ body.safe-browsing {
}
button {
- -webkit-user-select: none;
background: rgb(66, 133, 244);
border: 0;
border-radius: 2px;
@@ -26,6 +25,7 @@ button {
margin: 0;
padding: 10px 24px;
transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
+ user-select: none;
}
[dir='rtl'] button {

Powered by Google App Engine
This is Rietveld 408576698