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
21aab921
Commit
21aab921
authored
Sep 29, 2014
by
Brian Talbot
Committed by
cahrens
Oct 01, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LMS: revising .is-hidden utility class to be used at a global level
parent
62db7a82
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
23 deletions
+5
-23
lms/static/sass/base/_base.scss
+5
-0
lms/static/sass/course/instructor/_instructor_2.scss
+0
-5
lms/static/sass/discussion/_mixins.scss
+0
-4
lms/static/sass/discussion/elements/_actions.scss
+0
-10
lms/static/sass/elements/_system-feedback.scss
+0
-4
No files found.
lms/static/sass/base/_base.scss
View file @
21aab921
...
...
@@ -300,6 +300,11 @@ mark {
@extend
%ui-disabled
;
}
// UI - is hidden
.is-hidden
{
display
:
none
;
}
// UI - semantically hide text
.sr
{
@extend
%text-sr
;
...
...
lms/static/sass/course/instructor/_instructor_2.scss
View file @
21aab921
...
...
@@ -211,11 +211,6 @@ section.instructor-dashboard-content-2 {
display
:
block
;
border-radius
:
1px
;
padding
:
(
$baseline
*
0
.75
)
$baseline
;
// CASE: is hidden
&
.is-hidden
{
display
:
none
;
}
}
.message-title
{
...
...
lms/static/sass/discussion/_mixins.scss
View file @
21aab921
...
...
@@ -136,10 +136,6 @@
&
:last-child
{
margin-right
:
0
;
}
&
.is-hidden
{
display
:
none
;
}
}
@mixin
forum-user-label
(
$color
)
{
...
...
lms/static/sass/discussion/elements/_actions.scss
View file @
21aab921
...
...
@@ -12,12 +12,7 @@
.actions-item
{
@include
box-sizing
(
border-box
);
display
:
block
;
margin
:
(
$baseline
/
4
)
0
;
&
.is-hidden
{
display
:
none
;
}
}
.more-wrapper
{
...
...
@@ -82,12 +77,7 @@
}
.actions-item
{
display
:
block
;
margin
:
0
;
&
.is-hidden
{
display
:
none
;
}
}
}
...
...
lms/static/sass/elements/_system-feedback.scss
View file @
21aab921
...
...
@@ -11,10 +11,6 @@
background
:
$notify-banner-bg-1
;
padding
:
$baseline
(
$baseline
*
1
.5
);
&
.is-hidden
{
display
:
none
;
}
// basic object
.msg
{
@include
clearfix
();
...
...
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