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
fb25fa3b
Commit
fb25fa3b
authored
Aug 22, 2014
by
Randall Leeds
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1430 from hypothesis/tags-redux
Tags Redux: styling tags
parents
49585820
394b1df9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
11 deletions
+41
-11
tags-input.scss
h/static/styles/tags-input.scss
+41
-11
No files found.
h/static/styles/tags-input.scss
View file @
fb25fa3b
...
...
@@ -66,19 +66,49 @@ tags-input {
}
.tags-read-only
{
font-size
:
0
.92em
;
margin
:
0
.16em
0
;
.tag-list
,
.tag-item
{
display
:
inline
;
}
.tag-list
{
margin
:
1em
0
0
;
padding
:
0
;
border
:
0
none
;
background
:
none
;
clear
:
both
;
vertical-align
:
baseline
;
.tag-item
a
:after
{
content
:
", "
;
color
:
$text-color
;
}
&
:after
{
display
:
table
;
clear
:
both
;
content
:
""
;
}
.tag-item
:last-child
a
:after
{
content
:
none
;
li
{
padding
:
0
.4em
;
font-size
:
11px
;
cursor
:
pointer
;
display
:
block
;
float
:
left
;
padding
:
.01em
1
.3em
.01em
.3em
;
position
:
relative
;
margin-right
:
0
.4em
;
&
.tag-item
{
margin-top
:
.4em
;
border
:
1px
solid
#d3d3d3
;
background
:
$gray-lightest
;
font-weight
:
400
;
padding
:
0
.4em
;
border-radius
:
2px
;
}
a
{
color
:
$gray-light
;
text-decoration
:
none
;
&
:hover
{
color
:
$link-color-hover
;
}
}
}
}
}
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