Commit 66a3e962 by Brian Talbot

studio - removed editor type icon and text for all components except for problems

parent f64ffd25
...@@ -51,6 +51,8 @@ ...@@ -51,6 +51,8 @@
} }
.components { .components {
> li { > li {
position: relative; position: relative;
z-index: 10; z-index: 10;
...@@ -118,6 +120,24 @@ ...@@ -118,6 +120,24 @@
} }
} }
.new-component-templates {
display: none;
padding: 20px;
@include clearfix;
.cancel-button {
@include white-button;
}
// specific menu types
&.new-component-problem {
.ss-icon, .editor-indicator {
display: inline-block;
}
}
}
.new-component-type, .new-component-type,
.new-component-template { .new-component-template {
@include clearfix; @include clearfix;
...@@ -177,7 +197,11 @@ ...@@ -177,7 +197,11 @@
position: relative; position: relative;
top: 3px; top: 3px;
font-size: 12px; font-size: 12px;
opacity: 0.1; opacity: 0.3;
}
.ss-icon, .editor-indicator {
display: none;
} }
&:hover { &:hover {
...@@ -214,16 +238,6 @@ ...@@ -214,16 +238,6 @@
} }
} }
.new-component-templates {
display: none;
padding: 20px;
@include clearfix;
.cancel-button {
@include white-button;
}
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment