Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork-utsumi <k-utsumi@users.noreply.github.com>2020-04-14 18:25:59 +0300
committerGitHub <noreply@github.com>2020-04-14 18:25:59 +0300
commit3a0fb1f7dcb17d082e2428f067692b436c947777 (patch)
treebd1befc5da7fb6886b7fcdcf0271a9f4a05e983e /scss/_close.scss
parented8fd689e6ec9d0853f10dbabdf3ae30896550b1 (diff)
Delete appearance from `button.close` (#30582)
Diffstat (limited to 'scss/_close.scss')
-rw-r--r--scss/_close.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_close.scss b/scss/_close.scss
index 2bcbe104da..dd6541e0d3 100644
--- a/scss/_close.scss
+++ b/scss/_close.scss
@@ -33,5 +33,4 @@ button.close {
padding: 0;
background-color: transparent;
border: 0;
- appearance: none;
}