Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
23e52f02
Commit
23e52f02
authored
12 years ago
by
Kyle Fiedler
Browse files
Options
Downloads
Patches
Plain Diff
Fix odd movement on hover for the next button on hover
parent
64361759
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/lib/xmodule/xmodule/css/sequence/display.scss
+5
-4
5 additions, 4 deletions
common/lib/xmodule/xmodule/css/sequence/display.scss
with
5 additions
and
4 deletions
common/lib/xmodule/xmodule/css/sequence/display.scss
+
5
−
4
View file @
23e52f02
...
...
@@ -3,9 +3,9 @@ nav.sequence-nav {
// import from external sources.
@extend
.topbar
;
border-bottom
:
1px
solid
$border-color
;
@include
border-top-right-radius
(
4px
);
margin
:
(
-
(
lh
()))
(
-
(
lh
()))
lh
()
(
-
(
lh
()));
position
:
relative
;
@include
border-top-right-radius
(
4px
);
ol
{
@include
box-sizing
(
border-box
);
...
...
@@ -242,9 +242,11 @@ nav.sequence-bottom {
border
:
1px
solid
$border-color
;
@include
border-radius
(
3px
);
@include
inline-block
();
width
:
100px
;
li
{
float
:
left
;
width
:
50%
;
&
.prev
,
&
.next
{
margin-bottom
:
0
;
...
...
@@ -252,12 +254,11 @@ nav.sequence-bottom {
a
{
background-position
:
center
center
;
background-repeat
:
no-repeat
;
border
-bottom
:
none
;
border
:
none
;
display
:
block
;
padding
:
lh
(
.5
)
4px
;
text-indent
:
-9999px
;
@include
transition
(
all
,
.2s
,
$ease-in-out-quad
);
width
:
45px
;
&
:hover
{
background-color
:
#ddd
;
...
...
@@ -275,7 +276,7 @@ nav.sequence-bottom {
&
.prev
{
a
{
background-image
:
url('../images/sequence-nav/previous-icon.png')
;
border-right
:
1px
solid
lighten
(
$border-color
,
10%
);
border-right
:
1px
solid
lighten
(
#c6c6c6
,
10%
);
&
:hover
{
background-color
:
none
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment