mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-20 06:20:23 +00:00
Remove redundant width and height properties
This commit is contained in:
parent
700f74cebd
commit
7190c38e4c
1 changed files with 0 additions and 4 deletions
|
|
@ -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: "";
|
||||
|
|
|
|||
Loading…
Reference in a new issue