Highlight gr-change-list-item on hover
Give the item a light yellow background when hovered, to help line up label statuses with change descriptions. Bug: Issue 6130 Change-Id: Ifc2c1693fe627225d1e340bb188af0a7fec8c815
This commit is contained in:
@@ -30,6 +30,9 @@ limitations under the License.
|
|||||||
display: table-row;
|
display: table-row;
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
:host(:hover) {
|
||||||
|
background-color: #f5fafd;
|
||||||
|
}
|
||||||
:host([selected]) {
|
:host([selected]) {
|
||||||
background-color: #ebf5fb;
|
background-color: #ebf5fb;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user