mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
Remove redundant width and height properties
This commit is contained in:
parent
700f74cebd
commit
7190c38e4c
@ -29,8 +29,6 @@
|
|||||||
@if $enable-caret {
|
@if $enable-caret {
|
||||||
&::after {
|
&::after {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 0;
|
|
||||||
height: 0;
|
|
||||||
margin-left: $caret-width * .85;
|
margin-left: $caret-width * .85;
|
||||||
vertical-align: $caret-width * .85;
|
vertical-align: $caret-width * .85;
|
||||||
content: "";
|
content: "";
|
||||||
@ -50,8 +48,6 @@
|
|||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 0;
|
|
||||||
height: 0;
|
|
||||||
margin-right: $caret-width * .85;
|
margin-right: $caret-width * .85;
|
||||||
vertical-align: $caret-width * .85;
|
vertical-align: $caret-width * .85;
|
||||||
content: "";
|
content: "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user