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

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

Issue 2894413003: Rename interstitial_v2 files (Closed)
Patch Set: Fix rebase error Created 3 years, 6 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_large.css
diff --git a/components/security_interstitials/core/browser/resources/interstitial_v2.css b/components/security_interstitials/core/browser/resources/interstitial_large.css
similarity index 99%
rename from components/security_interstitials/core/browser/resources/interstitial_v2.css
rename to components/security_interstitials/core/browser/resources/interstitial_large.css
index fdda65dff27676a77594ea27bad57bab89519c83..6ca9c0c54855d58c77bea2a5302fd080a9716296 100644
--- a/components/security_interstitials/core/browser/resources/interstitial_v2.css
+++ b/components/security_interstitials/core/browser/resources/interstitial_large.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