1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-15 10:05:40 +02:00

Reduce bundle size

This commit is contained in:
louismaxime.piton
2023-08-24 16:50:51 +02:00
committed by Mark Otto
parent 0eb99b4fe3
commit 1395c47562

View File

@@ -176,11 +176,8 @@
width: 1.5em; width: 1.5em;
height: 1.5em; height: 1.5em;
vertical-align: middle; 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); background-color: var(--#{$prefix}navbar-toggler-icon-color);
mask: var(--#{$prefix}navbar-toggler-icon-bg) no-repeat center 100%;
} }
.navbar-nav-scroll { .navbar-nav-scroll {