Skip to content

Commit

Permalink
KURSP-901 fix small css bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ThereseRingPersen committed Oct 23, 2023
1 parent 81397dc commit 9848a15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/vue/components/course-modules/CourseModule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,16 @@ const toggleActiveModule = ({module, isOpen}) => {
font-family: Roboto;
font-size: 1.125rem;
vertical-align: center;
position: relative;
.module-package__indicator--active{
position: absolute;
z-index:2;
border-radius: 0rem 0.4375rem 0.4375rem 0rem;
background: map-get($color-palette-green, background, 500);
width: 0.875rem;
height: 4.375rem;
height: 100%;
right: -0.875rem;
pointer-events: none;
@include hide-show-effect;
}
h4 {
Expand Down
2 changes: 1 addition & 1 deletion src/vue/components/tree-view/TreeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const toggleActiveModule = ({module, isOpen}) => {
&__done-icon {
position: absolute;
left: -1.25rem;
color: map-get($color-palette-green, backround, 500);
color: map-get($color-palette-green, background, 500);
display: inline-block;
font-size: 1em;
vertical-align: middle;
Expand Down

0 comments on commit 9848a15

Please sign in to comment.