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
6b5d12e4
Commit
6b5d12e4
authored
Sep 27, 2013
by
Greg Price
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1159 from edx/gprice/forum-focus-color
Make discussion elements change color on focus
parents
c1d555be
bf5a801f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
17 deletions
+15
-17
lms/static/sass/_discussion.scss
+15
-17
No files found.
lms/static/sass/_discussion.scss
View file @
6b5d12e4
...
...
@@ -12,7 +12,7 @@
text-shadow
:
0
1px
0
rgba
(
0
,
0
,
0
,
.3
);
box-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
0
.4
)
inset
,
0
1px
1px
rgba
(
0
,
0
,
0
,
.15
);
&
:hover
{
&
:hover
,
&
:focus
{
border-color
:
#297095
;
@include
linear-gradient
(
top
,
#4fbbe4
,
#2090d0
);
}
...
...
@@ -32,7 +32,7 @@
text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
0
.6
);
box-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
0
.4
)
inset
,
0
1px
1px
rgba
(
0
,
0
,
0
,
.15
);
&
:hover
{
&
:hover
,
&
:focus
{
@include
linear-gradient
(
top
,
$white
,
#ddd
);
}
}
...
...
@@ -51,7 +51,7 @@
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0
.6
);
box-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
0
.4
)
inset
,
0
1px
1px
rgba
(
0
,
0
,
0
,
.15
);
&
:hover
{
&
:hover
,
&
:focus
{
background
:
-webkit-linear-gradient
(
top
,
#888
,
#666
);
}
}
...
...
@@ -217,8 +217,7 @@ body.discussion {
color
:
#eee
;
@include
transition
(
none
);
&
:hover
,
&
.focused
{
&
:hover
,
&
:focus
{
background-color
:
#666
;
}
...
...
@@ -305,7 +304,7 @@ body.discussion {
padding-bottom
:
2px
;
height
:
37px
;
&
:hover
{
&
:hover
,
&
:focus
{
border-color
:
#222
;
}
}
...
...
@@ -436,7 +435,7 @@ body.discussion {
height
:
37px
;
border-color
:
#333
;
&
:hover
{
&
:hover
,
&
:focus
{
border-color
:
#222
;
}
}
...
...
@@ -714,7 +713,7 @@ body.discussion {
height
:
100%
;
background-color
:
#dedede
;
&
:hover
{
&
:hover
,
&
:focus
{
background-color
:
$white
;
}
}
...
...
@@ -881,8 +880,7 @@ body.discussion {
display
:
none
;
}
&
:hover
,
&
.focused
{
&
:hover
,
&
:focus
{
background-color
:
#636363
;
}
...
...
@@ -1015,7 +1013,7 @@ body.discussion {
color
:
#333
;
line-height
:
17px
;
&
:hover
{
&
:hover
,
&
:focus
{
@include
linear-gradient
(
top
,
rgba
(
255
,
255
,
255
,
.4
)
,
rgba
(
255
,
255
,
255
,
.2
));
color
:
#333
;
}
...
...
@@ -1067,7 +1065,7 @@ body.discussion {
line-height
:
33px
;
text-align
:
center
;
&
:hover
{
&
:hover
,
&
:focus
{
background-image
:
none
;
background-color
:
#e6e6e6
;
}
...
...
@@ -1086,7 +1084,7 @@ body.discussion {
background-color
:
$white
;
@include
clearfix
;
&
:hover
{
&
:hover
,
&
:focus
{
@include
linear-gradient
(
top
,
rgba
(
255
,
255
,
255
,
.7
)
,
rgba
(
255
,
255
,
255
,
0
));
background-color
:
#eee
;
}
...
...
@@ -2225,7 +2223,7 @@ body.discussion {
padding-bottom
:
2px
;
border-color
:
#333
;
&
:hover
{
&
:hover
,
&
:focus
{
border-color
:
#222
;
}
}
...
...
@@ -2522,7 +2520,7 @@ body.discussion {
margin-top
:
$baseline
/
2
;
padding-bottom
:
2px
;
&
:hover
{
&
:hover
,
&
:focus
{
border-color
:
#222
;
}
}
...
...
@@ -2596,7 +2594,7 @@ body.discussion {
cursor
:
pointer
;
}
&
:hover
{
&
:hover
,
&
:focus
{
@include
transition
(
opacity
.2s
linear
0s
);
opacity
:
1
.0
;
}
...
...
@@ -2659,7 +2657,7 @@ display:none;
cursor
:pointer
;
opacity
:
0
.8
;
&
:hover
{
&
:hover
,
&
:focus
{
@include
transition
(
opacity
.2s
linear
0s
);
opacity
:
1
.0
;
}
...
...
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