1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

Use double colons for psuedo elements

Fix #17052
This commit is contained in:
Kevin Kirsche
2015-08-19 16:31:31 -04:00
committed by Kevin Kirsche
parent c8ab0a56c2
commit d51f0a4f81
11 changed files with 26 additions and 26 deletions

View File

@@ -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;
}