2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03: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
+3 -3
View File
@@ -109,7 +109,7 @@
.c-input {
display: inline;
&:after {
&::after {
display: block;
margin-bottom: .25rem;
content: "";
@@ -199,10 +199,10 @@
border-radius: .25rem;
@include box-shadow(inset 0 .2rem .4rem rgba(0,0,0,.05));
}
.file-custom:after {
.file-custom::after {
content: "Choose file...";
}
.file-custom:before {
.file-custom::before {
position: absolute;
top: -.075rem;
right: -.075rem;