-
Notifications
You must be signed in to change notification settings - Fork 0
/
taggy.styl
82 lines (65 loc) · 1.13 KB
/
taggy.styl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
@import 'node_modules/nib/index'
.tay-editor
padding 10px
cursor text
.tay-tags-before
margin-left -5px
.tay-tag
display inline-block
border 1px solid #666
padding 3px
margin 4px
.tay-invalid
border-color #c00
.tay-tag-remove:after
margin-left 4px
padding 0 4px
content 'x'
background-color #ccc
cursor pointer
.tay-input
padding 3px 3px 3px 8px
margin 5px 0
&[placeholder]
min-width 100%
.tac-container
display none
position absolute
box-shadow 1px 2px 6px
background-color #fff
color #333
transition left 0.1s ease-in-out
.tac-list
padding 0
margin 0
list-style-type none
.tac-show
display block
.tac-hide
display none
.tac-empty
cursor default
padding 7px
.tac-item
cursor pointer
overflow hidden
white-space nowrap
text-overflow ellipsis
padding 7px
&:hover
background-color #444
color #fff
.tac-selected
background-color #333
color #fff
.tac-char-highlight
font-weight bold
.tac-category-id
background-color #eee
color #aaa
text-align right
text-transform capitalize
font-style italic
font-size 12px
box-shadow 1px 0px 1px
padding 7px