Skip to content

Commit 19262a0

Browse files
committed
Remove unused
1 parent bfc0284 commit 19262a0

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

src/assets/sass/designpatterns.scss

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)