Skip to content

Commit f5be188

Browse files
author
Dan Lasky
committed
now with less unused CSS
1 parent 0d8b227 commit f5be188

1 file changed

Lines changed: 4 additions & 48 deletions

File tree

src/mm-array-munge/mm-array-munge.scss

Lines changed: 4 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -4,54 +4,10 @@
44
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
55
66
*/
7-
/* test.sass */
8-
@import "_bourbon";
9-
@import "_color";
10-
@import "_mixins";
7+
// @import "_bourbon";
8+
// @import "_color";
9+
// @import "_mixins";
1110

1211
:host {
13-
color: $color-D0;
14-
position: relative;
15-
display: inline-block;
16-
vertical-align: middle;
17-
font-size: 0em;
18-
line-height: 0em;
12+
display:none;
1913
}
20-
21-
:host([disabled]) {
22-
pointer-events:none;
23-
opacity: 0.5;
24-
}
25-
26-
.action {
27-
display: inline-flex;
28-
align-items: center;
29-
30-
color: inherit;
31-
cursor: pointer;
32-
text-decoration: none;
33-
34-
&.underline > ::content label {
35-
text-decoration: underline;
36-
}
37-
38-
&.underline:hover > ::content label {
39-
text-decoration: none;
40-
}
41-
42-
& > ::content label {
43-
@include fontSmoothing();
44-
font-size: 13px;
45-
line-height: 15px;
46-
font-family: "ArimoRegular", sans-serif;
47-
pointer-events: none;
48-
color: inherit;
49-
}
50-
51-
& > ::content mm-icon {
52-
pointer-events: none;
53-
padding-right: 5px;
54-
margin-top: -1px;
55-
color: inherit;
56-
}
57-
}

0 commit comments

Comments
 (0)