Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
535b1c4b
Commit
535b1c4b
authored
9 years ago
by
Gleb Mazovetskiy
Browse files
Options
Download
Plain Diff
Merge pull request #17289 from kkirsche/patch-12
Fix accidental triple colon from :before to ::before conversion
parents
46a524f3
29e4dd2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_progress.scss
+1
-1
scss/_progress.scss
with
1 addition
and
1 deletion
+1
-1
scss/_progress.scss
+
1
-
1
View file @
535b1c4b
...
...
@@ -31,7 +31,7 @@
@include
border-radius
(
$border-radius
);
@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
);
}
.progress
[
value
]
::-webkit-progress-value
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets