Skip to content

Commit

Permalink
SAK-48624 Gradebook no blue line around currently active tabs (Grade …
Browse files Browse the repository at this point in the history
…Summary/Student Review Mode) (sakaiproject#12490)
  • Loading branch information
jonespm authored Apr 8, 2024
1 parent 4805595 commit 320af93
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions library/src/skins/default/src/sass/base/_extendables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,11 @@ input::placeholder {
}

.nav.nav-tabs, .sakai_tabs{
margin: 0 0.4em 0 0;
margin: 0; /* Reset margin */
> li{
margin: 0 0.4em 0 $standard-space;
&.active, &.selected, &.activeTab{
position: relative;
> a{
background: var(--tool-tab-active-background-color);
border-top: 1px solid var(--sakai-border-color);
Expand Down Expand Up @@ -261,7 +263,6 @@ input::placeholder {
border: 1px solid var(--sakai-border-color);
color: var(--sakai-text-color-1);
cursor: pointer;
margin: 0 0 0 $standard-space;
text-decoration: none;
}
}
Expand Down

0 comments on commit 320af93

Please sign in to comment.