mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
committed by
Kevin Kirsche
parent
c8ab0a56c2
commit
d51f0a4f81
+2
-2
@@ -6,7 +6,7 @@
|
||||
|
||||
.dropdown-toggle {
|
||||
// Generate the caret automatically
|
||||
&:after {
|
||||
&::after {
|
||||
display: inline-block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
.dropup {
|
||||
.dropdown-toggle {
|
||||
&:after {
|
||||
&::after {
|
||||
border-bottom: $caret-width solid;
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user