mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-15 01:55:46 +02:00
Reduce bundle size
This commit is contained in:
committed by
Mark Otto
parent
0eb99b4fe3
commit
1395c47562
@@ -176,11 +176,8 @@
|
||||
width: 1.5em;
|
||||
height: 1.5em;
|
||||
vertical-align: middle;
|
||||
mask-image: var(--#{$prefix}navbar-toggler-icon-bg);
|
||||
mask-repeat: no-repeat;
|
||||
mask-position: center;
|
||||
mask-size: 100%;
|
||||
background-color: var(--#{$prefix}navbar-toggler-icon-color);
|
||||
mask: var(--#{$prefix}navbar-toggler-icon-bg) no-repeat center 100%;
|
||||
}
|
||||
|
||||
.navbar-nav-scroll {
|
||||
|
Reference in New Issue
Block a user