mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Go back to single colon pseudo elements.
This is for backwards compatibility with the browsers we support in v3.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
}
|
||||
|
||||
// Caret
|
||||
&::before {
|
||||
&:before {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
padding: 0 !important;
|
||||
|
||||
// Vertical divider between column header and content
|
||||
&::before {
|
||||
&:before {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user