Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
7190c38e
Commit
7190c38e
authored
6 years ago
by
Martijn Cuppens
Committed by
XhmikosR
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Remove redundant width and height properties
parent
700f74ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/mixins/_caret.scss
+0
-4
scss/mixins/_caret.scss
with
0 additions
and
4 deletions
+0
-4
scss/mixins/_caret.scss
+
0
-
4
View file @
7190c38e
...
...
@@ -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
:
""
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment