From 2d373e27a5f3149b6dadd8547dfdca71fcb87ad4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 19 Sep 2013 22:56:17 -0500 Subject: [PATCH] (less) Fixes #10694: Remove unnecessary `content` property from `.caret` --- dropdowns.less | 1 - 1 file changed, 1 deletion(-) diff --git a/dropdowns.less b/dropdowns.less index 96af127a5c04..e6bd18779b74 100644 --- a/dropdowns.less +++ b/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)