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
9d9dccdb
Commit
9d9dccdb
authored
Mar 11, 2015
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7299 from edx/sarina/indagation/TNL-1461
Add pointer-events: none for fa-lock and fa-eye
parents
b4c6211e
932bb195
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
AUTHORS
+1
-0
cms/static/sass/views/_assets.scss
+2
-0
cms/static/sass/views/_static-pages.scss
+2
-0
No files found.
AUTHORS
View file @
9d9dccdb
...
...
@@ -201,3 +201,4 @@ Sylvain <sylvain@openfun.fr>
Mayank Jain <mjmayank@gmail.com>
Carlos de la Guardia <cguardia@yahoo.com>
Matjaz Gregoric <mtyaka@gmail.com>
Kyle Boots <indagation@gmail.com>
cms/static/sass/views/_assets.scss
View file @
9d9dccdb
...
...
@@ -432,6 +432,7 @@
.fa-unlock-alt
{
display
:
inline-block
;
pointer-events
:
none
;
}
}
...
...
@@ -441,6 +442,7 @@
.fa-lock
{
display
:
inline-block
;
pointer-events
:
none
;
}
.fa-unlock-alt
{
...
...
cms/static/sass/views/_static-pages.scss
View file @
9d9dccdb
...
...
@@ -94,6 +94,7 @@
&
.action-visible
.toggle-checkbox
~
.action-button
{
.fa-eye
{
display
:
inline-block
;
pointer-events
:
none
;
}
.fa-eye-slash
{
...
...
@@ -111,6 +112,7 @@
.fa-eye-slash
{
display
:
inline-block
;
pointer-events
:
none
;
}
}
}
...
...
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