Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
1f850d1f
Commit
1f850d1f
authored
Apr 15, 2013
by
Randall Leeds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more attractive dropdown triangle
parent
c18ba133
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
14 deletions
+13
-14
common.scss
h/css/common.scss
+13
-14
No files found.
h/css/common.scss
View file @
1f850d1f
...
...
@@ -363,28 +363,27 @@ blockquote {
}
// These psuedo-elements add the speech bubble tail / triangle.
&
:before
{
content
:
''
;
border-color
:
transparent
transparent
$grayLighter
transparent
;
&
:before
,
&
:after
{
@include
rotateZ
(
360deg
)
;
border-color
:
transparent
;
border-style
:
solid
;
border-width
:
0
.5em
.625em
.5em
;
content
:
''
;
position
:
absolute
;
left
:
.35em
;
height
:
0
;
width
:
0
;
top
:
-.625em
;
left
:
.5em
;
}
&
:before
{
border-bottom-color
:
$grayLighter
;
border-width
:
0
.5em
.625em
.5em
;
top
:
-.675em
;
}
&
:after
{
content
:
''
;
border-color
:
transparent
transparent
$white
transparent
;
border-style
:
solid
;
border-bottom-color
:
$white
;
border-width
:
0
.5em
.625em
.5em
;
position
:
absolute
;
height
:
0
;
width
:
0
;
top
:
-.525em
;
left
:
.5em
;
z-index
:
3
;
}
...
...
@@ -397,7 +396,7 @@ blockquote {
// Align the tail
&
:before
,
&
:after
{
left
:
auto
;
right
:
.5em
;
right
:
.
3
5em
;
}
}
}
...
...
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