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
8def9527
Commit
8def9527
authored
Aug 25, 2014
by
Jake Hartnell
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1441 from hypothesis/tag-styles
Looks good to me.
parents
e401d41d
5f088ae3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
15 deletions
+12
-15
tags-input.scss
h/static/styles/tags-input.scss
+12
-15
No files found.
h/static/styles/tags-input.scss
View file @
8def9527
...
...
@@ -66,30 +66,27 @@ tags-input {
}
.tags-read-only
{
font-size
:
11px
;
margin
:
.4545em
0
;
.tag-list
{
@include
pie-clearfix
;
margin
:
.2em
0
;
margin
-top
:
-.4545em
;
.tag-item
{
font-size
:
11px
;
cursor
:
pointer
;
display
:
block
;
float
:
left
;
position
:
relative
;
margin-right
:
0
.4em
;
margin-top
:
.4em
;
border
:
1px
solid
#d3d3d3
;
background
:
$gray-lightest
;
font-weight
:
400
;
border-radius
:
2px
;
margin-right
:
.4545em
;
margin-top
:
.4545em
;
a
{
color
:
$gray-light
;
padding
:
0
.4em
;
text-decoration
:
none
;
&
:hover
{
border
:
1px
solid
$gray-lighter
;
border-radius
:
2px
;
padding
:
0
.4545em
.1818em
;
color
:
$gray-light
;
background
:
$gray-lightest
;
&
:hover
,
&
:focus
{
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