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
23e52f02
Commit
23e52f02
authored
Aug 07, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix odd movement on hover for the next button on hover
parent
64361759
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
common/lib/xmodule/xmodule/css/sequence/display.scss
+5
-4
No files found.
common/lib/xmodule/xmodule/css/sequence/display.scss
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
;
...
...
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