remove highlight color on dt:target

This commit is contained in:
Elisabeth Dickinson 2021-04-09 12:10:00 +02:00
parent 3f05c23bd9
commit 4d9e484f61

View File

@ -542,7 +542,7 @@ header.o_main_header{
}
// Search items highlighted
dt:target, span.highlighted {
span.highlighted {
background-color: lighten($warning, 15%);
}
@ -633,6 +633,16 @@ header.o_main_header{
visibility: visible;
opacity: 1;
}
table.table {
@include media-breakpoint-down(lg){
display: block;
overflow-x: auto;
code {
overflow-wrap: break-word;
}
}
}
}
}