Commit 71e358d7 by Christina Roberts

Merge pull request #1305 from MITx/style/btalbot/cms-component-submenus

Removed editor type icon/text from all component sub menus except problem
parents 031e79ec 5b82a68c
......@@ -51,6 +51,7 @@
}
.components {
> li {
position: relative;
z-index: 10;
......@@ -118,6 +119,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-template {
@include clearfix;
......@@ -177,7 +196,11 @@
position: relative;
top: 3px;
font-size: 12px;
opacity: 0.1;
opacity: 0.3;
}
.ss-icon, .editor-indicator {
display: none;
}
&:hover {
......@@ -214,16 +237,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