Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openfing-web-old
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Santiago Rafael Gonzalez Pereyra
openfing-web-old
Commits
80c9ca0a
Commit
80c9ca0a
authored
6 years ago
by
Santiago González
Browse files
Options
Downloads
Patches
Plain Diff
Active ClassItem style fix
parent
0cbe9fc7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/ui/pages/course/classitemwrapper/ClassItemWrapper.tsx
+10
-10
10 additions, 10 deletions
src/ui/pages/course/classitemwrapper/ClassItemWrapper.tsx
with
10 additions
and
10 deletions
src/ui/pages/course/classitemwrapper/ClassItemWrapper.tsx
+
10
−
10
View file @
80c9ca0a
...
@@ -19,11 +19,18 @@ export class ClassItemWrapper extends ClassItemWrapperBase {
...
@@ -19,11 +19,18 @@ export class ClassItemWrapper extends ClassItemWrapperBase {
protected
InnerDiv
=
styled
.
div
`
protected
InnerDiv
=
styled
.
div
`
display: flex;
display: flex;
color: #000;
${
HSpacing
(
px
(
20
))}
;
${
HSpacing
(
px
(
20
))}
;
`
;
&.active {
protected
Wrapper
=
styled
(
NavLink
)
`
${
ListItem
()}
;
text-decoration: none;
padding-right: 20px;
padding-left: 20px;
color: #000;
&.active,
&.active:hover {
color: white;
color: white;
background-color: #236aa7;
background-color: #236aa7;
...
@@ -33,13 +40,6 @@ export class ClassItemWrapper extends ClassItemWrapperBase {
...
@@ -33,13 +40,6 @@ export class ClassItemWrapper extends ClassItemWrapperBase {
}
}
`
;
`
;
protected
Wrapper
=
styled
(
NavLink
)
`
${
ListItem
()}
;
text-decoration: none;
padding-right: 20px;
padding-left: 20px;
`
;
public
render
()
{
public
render
()
{
const
{
course
,
clazz
}
=
this
.
props
;
const
{
course
,
clazz
}
=
this
.
props
;
...
...
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