File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed
Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ $colors: (
104104.design-patterns--box {
105105 margin-top : 0 ;
106106 padding : 1em ;
107- background : #aaaaaa ;
107+ background : rgba ( 0 , 0 , 0 , 0.33 ) ;
108108}
109109
110110/* *
@@ -116,25 +116,6 @@ $colors: (
116116}
117117
118118
119- /* jQuery UI styling specific to design patterns.
120- ========================================================================== */
121-
122- /* *
123- * The list of all available icons.
124- */
125-
126- .ui-icon-collection li {
127- display : inline-block ;
128- margin-right : 0.25em ;
129- margin-bottom : 0.5em ;
130- padding : 0 4px ;
131- border : 1px solid $color-border ;
132- background-color : $color-background-box ;
133- list-style : none ;
134- cursor : pointer ;
135- }
136-
137-
138119/* Breakpoint indicator.
139120 ========================================================================== */
140121
You can’t perform that action at this time.
0 commit comments