Commit 7190c38e authored by Martijn Cuppens's avatar Martijn Cuppens Committed by XhmikosR
Browse files

Remove redundant width and height properties

parent 700f74ce
Showing with 0 additions and 4 deletions
+0 -4
......@@ -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: "";
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment