diff options
| author | Mark Otto <[email protected]> | 2013-09-19 22:56:17 -0500 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-19 22:56:17 -0500 |
| commit | ef636bd62d6ab82e7cc70170f23bffe7bc8bd3cf (patch) | |
| tree | 2975cc35d9d836080ae868fd5621df639020e1a4 /less/dropdowns.less | |
| parent | 02423caa856b7f7adef830ec048f84765c31b02c (diff) | |
| download | bootstrap-ef636bd62d6ab82e7cc70170f23bffe7bc8bd3cf.tar.xz bootstrap-ef636bd62d6ab82e7cc70170f23bffe7bc8bd3cf.zip | |
Fixes #10694: Remove unnecessary `content` property from `.caret`
Diffstat (limited to 'less/dropdowns.less')
| -rw-r--r-- | less/dropdowns.less | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less index 96af127a5..e6bd18779 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -16,7 +16,6 @@ // Firefox fix for https://github.com/twbs/bootstrap/issues/9538. Once fixed, // we can just straight up remove this. border-bottom: 0 dotted; - content: ""; } // The dropdown wrapper (div) |
