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: (
104
104
.design-patterns--box {
105
105
margin-top : 0 ;
106
106
padding : 1em ;
107
- background : #aaaaaa ;
107
+ background : rgba ( 0 , 0 , 0 , 0.33 ) ;
108
108
}
109
109
110
110
/* *
@@ -116,25 +116,6 @@ $colors: (
116
116
}
117
117
118
118
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
-
138
119
/* Breakpoint indicator.
139
120
========================================================================== */
140
121
You can’t perform that action at this time.
0 commit comments