| 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 {
|
|
|