mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Refactor: drop .dropdown .caret for a generated caret using .dropdown-toggle:after
This commit is contained in:
+2
-2
@@ -101,9 +101,9 @@
|
||||
@component-active-bg: @brand-primary;
|
||||
|
||||
//** Width of the `border` for generating carets that indicator dropdowns.
|
||||
@caret-width-base: 4px;
|
||||
@caret-width-base: .3em;
|
||||
//** Carets increase slightly in size for larger components.
|
||||
@caret-width-large: 5px;
|
||||
@caret-width-large: @caret-width-base;
|
||||
|
||||
|
||||
//== Tables
|
||||
|
||||
Reference in New Issue
Block a user