Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
d51f0a4f
Commit
d51f0a4f
authored
Aug 19, 2015
by
Kevin Kirsche
Committed by
Kevin Kirsche
Aug 24, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use double colons for psuedo elements
Fix #17052
parent
c8ab0a56
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
26 additions
and
26 deletions
+26
-26
scss/_breadcrumb.scss
scss/_breadcrumb.scss
+1
-1
scss/_carousel.scss
scss/_carousel.scss
+2
-2
scss/_custom-forms.scss
scss/_custom-forms.scss
+3
-3
scss/_dropdown.scss
scss/_dropdown.scss
+2
-2
scss/_navbar.scss
scss/_navbar.scss
+1
-1
scss/_popover.scss
scss/_popover.scss
+7
-7
scss/_print.scss
scss/_print.scss
+3
-3
scss/_progress.scss
scss/_progress.scss
+1
-1
scss/_reboot.scss
scss/_reboot.scss
+2
-2
scss/_type.scss
scss/_type.scss
+3
-3
scss/mixins/_clearfix.scss
scss/mixins/_clearfix.scss
+1
-1
No files found.
scss/_breadcrumb.scss
View file @
d51f0a4f
...
...
@@ -8,7 +8,7 @@
>
li
{
display
:
inline-block
;
+
li
:before
{
+
li
:
:
before
{
$nbsp
:
"\00a0"
;
padding-right
:
.5rem
;
padding-left
:
.5rem
;
...
...
scss/_carousel.scss
View file @
d51f0a4f
...
...
@@ -141,12 +141,12 @@
}
.icon-prev
{
&
:before
{
&
:
:
before
{
content
:
"\2039"
;
// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039)
}
}
.icon-next
{
&
:before
{
&
:
:
before
{
content
:
"\203a"
;
// SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (U+203A)
}
}
...
...
scss/_custom-forms.scss
View file @
d51f0a4f
...
...
@@ -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
;
...
...
scss/_dropdown.scss
View file @
d51f0a4f
...
...
@@ -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
;
}
...
...
scss/_navbar.scss
View file @
d51f0a4f
...
...
@@ -93,7 +93,7 @@
margin-left
:
$navbar-padding-horizontal
;
overflow
:
hidden
;
&
:before
{
&
:
:
before
{
content
:
"\00a0"
;
}
}
...
...
scss/_popover.scss
View file @
d51f0a4f
...
...
@@ -29,7 +29,7 @@
margin-left
:
-
$popover-arrow-outer-width
;
border-top-color
:
$popover-arrow-outer-color
;
border-bottom-width
:
0
;
&
:after
{
&
:
:
after
{
bottom
:
1px
;
margin-left
:
-
$popover-arrow-width
;
content
:
""
;
...
...
@@ -49,7 +49,7 @@
margin-top
:
-
$popover-arrow-outer-width
;
border-right-color
:
$popover-arrow-outer-color
;
border-left-width
:
0
;
&
:after
{
&
:
:
after
{
bottom
:
-
$popover-arrow-width
;
left
:
1px
;
content
:
""
;
...
...
@@ -69,7 +69,7 @@
margin-left
:
-
$popover-arrow-outer-width
;
border-top-width
:
0
;
border-bottom-color
:
$popover-arrow-outer-color
;
&
:after
{
&
:
:
after
{
top
:
1px
;
margin-left
:
-
$popover-arrow-width
;
content
:
""
;
...
...
@@ -89,7 +89,7 @@
margin-top
:
-
$popover-arrow-outer-width
;
border-right-width
:
0
;
border-left-color
:
$popover-arrow-outer-color
;
&
:after
{
&
:
:
after
{
right
:
1px
;
bottom
:
-
$popover-arrow-width
;
content
:
""
;
...
...
@@ -118,11 +118,11 @@
// Arrows
//
// .popover-arrow is outer, .popover-arrow:after is inner
// .popover-arrow is outer, .popover-arrow:
:
after is inner
.popover-arrow
{
&,
&
:after
{
&
:
:
after
{
position
:
absolute
;
display
:
block
;
width
:
0
;
...
...
@@ -134,7 +134,7 @@
.popover-arrow
{
border-width
:
$popover-arrow-outer-width
;
}
.popover-arrow
:after
{
.
popover-arrow
:
:
after
{
content
:
""
;
border-width
:
$popover-arrow-width
;
}
scss/_print.scss
View file @
d51f0a4f
...
...
@@ -7,8 +7,8 @@
@media
print
{
*,
*
:before
,
*
:after
{
*
:
:
before
,
*:
:
after
{
text-shadow
:
none
!
important
;
box-shadow
:
none
!
important
;
}
...
...
@@ -18,7 +18,7 @@
text-decoration
:
underline
;
}
abbr
[
title
]
:after
{
abbr
[
title
]
:
:
after
{
content
:
" ("
attr
(
title
)
")"
;
}
...
...
scss/_progress.scss
View file @
d51f0a4f
...
...
@@ -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
{
...
...
scss/_reboot.scss
View file @
d51f0a4f
...
...
@@ -22,8 +22,8 @@ html {
}
*,
*
:before
,
*
:after
{
*
:
:
before
,
*:
:
after
{
box-sizing
:
inherit
;
}
...
...
scss/_type.scss
View file @
d51f0a4f
...
...
@@ -143,7 +143,7 @@ mark,
line-height
:
$line-height
;
color
:
$blockquote-small-color
;
&
:before
{
&
:
:
before
{
content
:
"\2014 \00A0"
;
// em dash, nbsp
}
}
...
...
@@ -159,8 +159,8 @@ mark,
// Account for citation
footer
{
&
:before
{
content
:
""
;
}
&
:after
{
&
:
:
before
{
content
:
""
;
}
&
:
:
after
{
content
:
"\00A0 \2014"
;
// nbsp, em dash
}
}
...
...
scss/mixins/_clearfix.scss
View file @
d51f0a4f
@mixin
clearfix
()
{
&
:after
{
&
:
:
after
{
content
:
""
;
display
:
table
;
clear
:
both
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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