mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
fix: use iconfamily eye for timetable toggle
This commit is contained in:
@@ -285,8 +285,13 @@ select {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.timetable-zoom {
|
.timetable-zoom,
|
||||||
|
.timetable-hide {
|
||||||
font-size: 14px !important;
|
font-size: 14px !important;
|
||||||
|
line-height: 1 !important;
|
||||||
|
display: inline-flex !important;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main > .dashboard {
|
#main > .dashboard {
|
||||||
|
|||||||
@@ -130,7 +130,7 @@ function handleTimetableAssessmentHide(): void {
|
|||||||
|
|
||||||
const hideOn = document.createElement("button");
|
const hideOn = document.createElement("button");
|
||||||
hideOn.className = "uiButton timetable-hide iconFamily";
|
hideOn.className = "uiButton timetable-hide iconFamily";
|
||||||
hideOn.innerHTML = "👁";
|
hideOn.innerHTML = "";
|
||||||
|
|
||||||
hideControls.appendChild(hideOn);
|
hideControls.appendChild(hideOn);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user