Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-ora2
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-ora2
Commits
64e6627a
Commit
64e6627a
authored
Mar 14, 2014
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moving more LMS override styles over to _shame.scss
parent
f26488e6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
apps/openassessment/xblock/static/css/openassessment.css
+0
-0
apps/openassessment/xblock/static/sass/oa/utilities/_shame.scss
+5
-0
apps/openassessment/xblock/static/sass/xb/elements/_controls.scss
+0
-2
No files found.
apps/openassessment/xblock/static/css/openassessment.css
View file @
64e6627a
This source diff could not be displayed because it is too large. You can
view the blob
instead.
apps/openassessment/xblock/static/sass/oa/utilities/_shame.scss
View file @
64e6627a
...
...
@@ -158,6 +158,11 @@
}
}
// actions
.action--submit
,
.action--save
{
box-shadow
:
none
;
}
// --------------------
// Studio countermeasures
// --------------------
...
...
apps/openassessment/xblock/static/sass/xb/elements/_controls.scss
View file @
64e6627a
...
...
@@ -115,7 +115,6 @@
background
:
$action-primary-color
;
border
:
1px
solid
shade
(
$action-primary-color
,
15%
);
color
:
tint
(
$action-primary-color
,
90%
);
box-shadow
:
none
;
// needed for LMS override
.copy
{
@extend
%t-weight3
;
...
...
@@ -150,7 +149,6 @@
background
:
$action-secondary-color
;
border
:
1px
shade
(
$action-secondary-color
,
10%
);
color
:
tint
(
$action-secondary-color
,
90%
);
box-shadow
:
none
;
// needed for LMS override
.copy
{
@extend
%t-weight3
;
...
...
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