mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
[ADF-1039] Search results highlighting (#2080)
* Provide a way to highlight the searched word * Add unit test
This commit is contained in:
committed by
Eugenio Romano
parent
ba81458d57
commit
a2a4935b06
@@ -37,6 +37,10 @@
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
:host /deep/ .highlight {
|
||||
color: #33afdf;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 400px) {
|
||||
:host {
|
||||
right: 0;
|
||||
|
Reference in New Issue
Block a user