mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
Merge pull request #17289 from kkirsche/patch-12
Fix accidental triple colon from :before to ::before conversion
This commit is contained in:
commit
535b1c4b37
@ -31,7 +31,7 @@
|
|||||||
@include border-radius($border-radius);
|
@include border-radius($border-radius);
|
||||||
@include box-shadow(inset 0 .1rem .1rem rgba(0,0,0,.1));
|
@include box-shadow(inset 0 .1rem .1rem rgba(0,0,0,.1));
|
||||||
}
|
}
|
||||||
.progress[value]::-webkit-progress-value:::before {
|
.progress[value]::-webkit-progress-value::before {
|
||||||
content: attr(value);
|
content: attr(value);
|
||||||
}
|
}
|
||||||
.progress[value]::-webkit-progress-value {
|
.progress[value]::-webkit-progress-value {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user