remove highlight color on dt:target
This commit is contained in:
parent
3f05c23bd9
commit
4d9e484f61
@ -542,7 +542,7 @@ header.o_main_header{
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Search items highlighted
|
// Search items highlighted
|
||||||
dt:target, span.highlighted {
|
span.highlighted {
|
||||||
background-color: lighten($warning, 15%);
|
background-color: lighten($warning, 15%);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -633,6 +633,16 @@ header.o_main_header{
|
|||||||
visibility: visible;
|
visibility: visible;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
table.table {
|
||||||
|
@include media-breakpoint-down(lg){
|
||||||
|
display: block;
|
||||||
|
overflow-x: auto;
|
||||||
|
code {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user