From 1e7071ebe319247fe295b8546da7d192aed07b29 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Fri, 15 Mar 2019 19:13:38 +0800 Subject: [PATCH] Fix compatibility of sweetalert2 with bootstrap 3 --- resources/assets/src/stylus/common.styl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/resources/assets/src/stylus/common.styl b/resources/assets/src/stylus/common.styl index e92fa747..48455aa8 100644 --- a/resources/assets/src/stylus/common.styl +++ b/resources/assets/src/stylus/common.styl @@ -30,13 +30,8 @@ body, h1, h2, h3, h4, h5, h6 { filter: "alpha(opacity=100)"; } -/* fucking webkit autofill */ -input:-webkit-autofill { - -webkit-box-shadow: 0 0 0px 1000px #fff inset; -} - .swal2-popup { - font-size: 14px; + font-size: 1.6rem !important; } .item {