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
46b94ec6
Commit
46b94ec6
authored
Aug 03, 2016
by
alisan617
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove dropdown menu class that has pseudo border that double arrows
parent
db9299cc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cms/templates/widgets/user_dropdown.html
+1
-1
lms/templates/user_dropdown.html
+1
-1
No files found.
cms/templates/widgets/user_dropdown.html
View file @
46b94ec6
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<span
class=
"sr-only"
>
${_("Currently signed in as:")}
</span>
<span
class=
"sr-only"
>
${_("Currently signed in as:")}
</span>
<span
class=
"account-username"
title=
"${ user.username }"
>
${ user.username }
</span>
<span
class=
"account-username"
title=
"${ user.username }"
>
${ user.username }
</span>
</h3>
</h3>
<button
type=
"button"
class=
"menu-button button-more has-dropdown js-dropdown-button
default-icon
"
aria-haspopup=
"true"
aria-expanded=
"false"
aria-controls=
"${_("
Usermenu
")}"
>
<button
type=
"button"
class=
"menu-button button-more has-dropdown js-dropdown-button"
aria-haspopup=
"true"
aria-expanded=
"false"
aria-controls=
"${_("
Usermenu
")}"
>
<span
class=
"icon-fallback icon-fallback-img"
>
<span
class=
"icon-fallback icon-fallback-img"
>
<span
class=
"icon icon-angle-down"
aria-hidden=
"true"
></span>
<span
class=
"icon icon-angle-down"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
${_("Usermenu dropdown")}
</span>
<span
class=
"sr-only"
>
${_("Usermenu dropdown")}
</span>
...
...
lms/templates/user_dropdown.html
View file @
46b94ec6
...
@@ -20,7 +20,7 @@ from openedx.core.djangoapps.user_api.accounts.image_helpers import get_profile_
...
@@ -20,7 +20,7 @@ from openedx.core.djangoapps.user_api.accounts.image_helpers import get_profile_
<img
class=
"menu-image"
src=
"${profile_image_url}"
alt=
""
>
<img
class=
"menu-image"
src=
"${profile_image_url}"
alt=
""
>
${username}
${username}
</a>
</a>
<button
type=
"button"
class=
"menu-button button-more has-dropdown js-dropdown-button
default-icon
"
aria-haspopup=
"true"
aria-expanded=
"false"
aria-controls=
"${_("
Usermenu
")}"
>
<button
type=
"button"
class=
"menu-button button-more has-dropdown js-dropdown-button"
aria-haspopup=
"true"
aria-expanded=
"false"
aria-controls=
"${_("
Usermenu
")}"
>
<span
class=
"icon fa fa-caret-down"
aria-hidden=
"true"
></span>
<span
class=
"icon fa fa-caret-down"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
${_("Usermenu dropdown")}
</span>
<span
class=
"sr-only"
>
${_("Usermenu dropdown")}
</span>
</button>
</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