Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
66a3e962
Commit
66a3e962
authored
Jan 17, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - removed editor type icon and text for all components except for problems
parent
f64ffd25
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
11 deletions
+25
-11
cms/static/sass/_unit.scss
+25
-11
No files found.
cms/static/sass/_unit.scss
View file @
66a3e962
...
...
@@ -51,6 +51,8 @@
}
.components
{
>
li
{
position
:
relative
;
z-index
:
10
;
...
...
@@ -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-template
{
@include
clearfix
;
...
...
@@ -177,7 +197,11 @@
position
:
relative
;
top
:
3px
;
font-size
:
12px
;
opacity
:
0
.1
;
opacity
:
0
.3
;
}
.ss-icon
,
.editor-indicator
{
display
:
none
;
}
&
:hover
{
...
...
@@ -214,16 +238,6 @@
}
}
.new-component-templates
{
display
:
none
;
padding
:
20px
;
@include
clearfix
;
.cancel-button
{
@include
white-button
;
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment