File tree Expand file tree Collapse file tree 6 files changed +35
-25
lines changed
themes/packages/default/collections Expand file tree Collapse file tree 6 files changed +35
-25
lines changed Original file line number Diff line number Diff line change 18
18
http://
19
19
</ div >
20
20
< input type ="text " placeholder ="mysite.com ">
21
- < i class ="add circle icon "> </ i >
21
+ < i class ="add circle link icon "> </ i >
22
22
</ div >
23
23
24
24
< div class ="ui hidden divider "> </ div >
25
25
< div class ="ui right labeled input ">
26
26
< input type ="text " placeholder ="Enter categories ">
27
- < div class ="ui tag label ">
28
- Tags
29
- </ div >
27
+ < a class ="ui tag label ">
28
+ Add Tags
29
+ </ a >
30
30
</ div >
Original file line number Diff line number Diff line change 1
- < div class ="ui vertical menu ">
1
+ < div class ="ui vertical demo menu ">
2
2
< a class ="active teal item ">
3
3
Inbox
4
4
< div class ="ui teal label "> 1</ div >
14
14
</ div >
15
15
</ div >
16
16
</ div >
17
- < div class ="ui secondary vertical menu ">
17
+ < div class ="ui secondary vertical demo menu ">
18
18
< a class ="active item ">
19
19
Inbox
20
20
</ a >
25
25
Trash
26
26
</ a >
27
27
</ div >
28
- < div class ="ui secondary pointing vertical menu ">
28
+ < div class ="ui secondary pointing vertical demo menu ">
29
29
< a class ="active item ">
30
30
Inbox
31
31
</ a >
35
35
< a class ="item ">
36
36
Trash
37
37
</ a >
38
- </ div >
38
+ </ div >
39
+
40
+ < script type ="text/javascript ">
41
+ $ ( document )
42
+ . ready ( function ( ) {
43
+ $ ( '.demo.menu .item' )
44
+ . on ( 'click' , function ( ) {
45
+ if ( ! $ ( this ) . hasClass ( 'dropdown' ) ) {
46
+ $ ( this )
47
+ . addClass ( 'active' )
48
+ . closest ( '.ui.menu' )
49
+ . find ( '.item' )
50
+ . not ( $ ( this ) )
51
+ . removeClass ( 'active' )
52
+ ;
53
+ }
54
+ } )
55
+ ;
56
+ } )
57
+ ;
58
+ </ script >
Original file line number Diff line number Diff line change 26
26
< script type ="text/javascript ">
27
27
$ ( document )
28
28
. ready ( function ( ) {
29
- $ ( '.message .close' )
29
+ $ ( '.example . message .close' )
30
30
. on ( 'click' , function ( ) {
31
- $ ( this ) . closest ( '.message' ) . transition ( 'scale' ) ;
31
+ $ ( this ) . closest ( '.message' ) . transition ( 'scale out ' ) ;
32
32
} )
33
33
;
34
34
Original file line number Diff line number Diff line change 11
11
< div class ="label "> Funding</ div >
12
12
</ div >
13
13
14
- < div class ="ui teal file demo progress " data-value ="3 " data-total ="20 ">
14
+ < div class ="ui teal file demo progress " data-value ="6 " data-total ="20 ">
15
15
< div class ="bar ">
16
16
< div class ="progress "> </ div >
17
17
</ div >
33
33
;
34
34
$ ( '.indicating.progress' )
35
35
. progress ( {
36
- label : false ,
36
+ label : true ,
37
37
total : 10 ,
38
38
value : Math . floor ( Math . random ( ) * 5 ) + 1 ,
39
39
text : {
44
44
;
45
45
$ ( '.file.progress' )
46
46
. progress ( {
47
- label : 'ratio' ,
47
+ label : false ,
48
48
text : {
49
49
active : 'Adding {value} of {total} photos' ,
50
50
success : '{total} Photos Uploaded!'
Original file line number Diff line number Diff line change @@ -580,7 +580,7 @@ $.fn.progress.settings = {
580
580
name : 'Progress' ,
581
581
namespace : 'progress' ,
582
582
583
- debug : true ,
583
+ debug : false ,
584
584
verbose : true ,
585
585
performance : true ,
586
586
Original file line number Diff line number Diff line change 32
32
;
33
33
34
34
/* Header */
35
- @headerFontSize: 1.1rem ;
35
+ @headerFontSize: 1.1em ;
36
36
@headerFontWeight: bold;
37
37
@headerDisplay: block;
38
38
@headerDistance: 0rem;
84
84
@floatingShadow,
85
85
@borderShadow
86
86
;
87
-
88
- /*-------------------
89
- Variations
90
- --------------------*/
91
-
92
- @small: 0.875em;
93
- @medium: 1em;
94
- @large: 1.125em;
95
- @huge: 1.5em;
96
- @massive: 2em;
You can’t perform that action at this time.
0 commit comments