File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed
Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ class NewSnippet extends React.Component {
9999 placeholder = "Tags"
100100 onAdded = { this . onTagAdded }
101101 onRemoved = { this . onTagRemoved }
102+ addKeys = { [ 13 , 9 ] }
102103 uniqueTags
103104 />
104105 </ div >
@@ -120,7 +121,7 @@ class NewSnippet extends React.Component {
120121 />
121122
122123 < div className = "new-snippet-code-bottom-bar" >
123- < input type = "submit" value = "POST" />
124+ < input type = "submit" value = "POST SNIPPET " />
124125 </ div >
125126 </ div >
126127 </ div >
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ lang-bar-width = 230px
2929 flex-flow : column nowrap
3030 width : "calc(100% - %s)" % lang-bar-width
3131 & -header
32+ border-left : 34px solid snippet-header-normal
3233 background-color : snippet-header-light
3334 .input
3435 basic-input ()
@@ -74,16 +75,20 @@ lang-bar-width = 230px
7475 & -wrapper
7576 flex : 1
7677 & -empty
77- padding : 13 px 15px
78+ padding : 15px
7879 font-size : 14px
7980 font-weight : 300
8081 color : text - grey
8182 & -item
83+ margin-top : - 1px
8284 font-size : 14px
83- padding : 13px 15px
85+ padding : 15px
86+ border-left : 5px solid language-bar-border
87+ border-bottom : 1px solid language-bar-border
8488 cursor : pointer
8589 & :hover ,
8690 & .active
87- padding-left : 10 px
91+ padding-bottom : 16 px
8892 border-left : 5px solid snippet-border
93+ border-bottom : none
8994 background-color : language-bar-bg-active
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ color-white-white-s100 = #ffffff
66color-gainboro-white-s0 = #e8 e8 e8
77color-white-smoke-white-s0 = #f3 f3 f3
88color-white-white-s0 = #fd fd fd
9+ color-gainsboro-white-s0 = #e4 e4 e4
910
1011color-regent-st-blue-blue-s28 = #9c d9 cd
1112color-downy-green-s42 = #7a d6 c3
Original file line number Diff line number Diff line change 3030 border : 1px solid rgba (text-light, .4 )
3131 margin-right : 4px
3232 padding : 7px
33+ white-space : nowrap
3334 & :hover
3435 border-color : text - light
3536 a
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ snippet-content-light = color-white-white-s100
2626
2727language-bar-bg-normal = color-white-smoke-white-s0
2828language-bar-bg-active = color-white-white-s0
29+ language-bar-border = color-gainsboro-white-s0
2930
3031snippet-border = color-medium-aquamarine-blue-s50
3132
You can’t perform that action at this time.
0 commit comments