UI search UI a11y changes (#1253)

* fix: Updated UI a11y changes in Courseware Search

* feat: Removed result count for search

* fix: Added new line at the end of course-tabs-navigation.scss
This commit is contained in:
Marcos
2023-12-15 09:23:34 -03:00
committed by GitHub
parent e004ead21d
commit 2bf326fc67
10 changed files with 83 additions and 59 deletions

View File

@@ -38,24 +38,6 @@
}
}
.course-tabs-navigation {
border-bottom: solid 1px #eaeaea;
.nav a,
.nav button {
&:hover {
background-color: $light-400;
}
}
.nav a {
&:not(.active):hover {
background-color: $light-400;
border-bottom: none;
}
}
}
.nav-underline-tabs {
margin: 0 0 -1px;
@@ -396,3 +378,4 @@
@import "courseware/course/course-exit/CourseRecommendations";
@import "product-tours/newUserCourseHomeTour/NewUserCourseHomeTourModal.scss";
@import "course-home/courseware-search/courseware-search.scss";
@import "course-tabs/course-tabs-navigation.scss";