Skip to content

Commit

Permalink
undo all fade-text styling
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchadwick committed Feb 8, 2025
1 parent aad6064 commit 78d770a
Showing 1 changed file with 25 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,36 @@

.print-course-session {
.session-objective-list {
.fade-text-control {
background-image: linear-gradient(to bottom, transparent, c.$white);
.grid-row {
.grid-item {
&:has(.faded) {
max-height: none;
}
}
}
}
}

.offering-instructors {
@include m.ilios-list-reset;
}

.fade-text {
.fade-text-control {
height: auto;
}

.display-text-wrapper {
&.faded {
max-height: none;
overflow: auto;
}
}

button {
&.expand-text-button {
display: none;
}
}
}
}

0 comments on commit 78d770a

Please sign in to comment.