Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit d3d3249

Browse files
committed
showing the pattern state for the selected pattern
1 parent 44540ac commit d3d3249

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

public/styleguide/css/states.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* basic styling */
12
.sg-pattern-state:before {
23
margin-right: 4px;
34
content: "\2022";
@@ -7,6 +8,7 @@
78
vertical-align: bottom;
89
}
910

11+
/* nav styling */
1012
.sg-nav .sg-pattern-state:before {
1113
margin-top: -4px;
1214
margin-bottom: 0;
@@ -21,6 +23,17 @@
2123
margin-right: 4px;
2224
}
2325

26+
/* call out for pattern's pattern state */
27+
span.sg-pattern-state {
28+
color: #999;
29+
}
30+
31+
span.sg-pattern-state:before {
32+
margin-bottom: -3px;
33+
margin-left: 4px;
34+
}
35+
36+
/* pattern states */
2437
.inprogress:before {
2538
color: #FF4136 !important;
2639
}

0 commit comments

Comments
 (0)