]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove redundant width and height properties
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Wed, 17 Oct 2018 16:00:22 +0000 (18:00 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 20 Oct 2018 18:46:53 +0000 (21:46 +0300)
scss/mixins/_caret.scss

index 82aea42101a65aa34756547fc3dc9dd04f83732c..982522c54be96859be15a0d34db40cf707c2ca6d 100644 (file)
@@ -29,8 +29,6 @@
   @if $enable-caret {
     &::after {
       display: inline-block;
-      width: 0;
-      height: 0;
       margin-left: $caret-width * .85;
       vertical-align: $caret-width * .85;
       content: "";
@@ -50,8 +48,6 @@
 
       &::before {
         display: inline-block;
-        width: 0;
-        height: 0;
         margin-right: $caret-width * .85;
         vertical-align: $caret-width * .85;
         content: "";