blob: ee706efa32b9c247a3475a6e41cb03c40096fc9b [file] [log] [blame]
@import '~elements-sk/colors';
@import '../colors';
changelists-page-sk {
table {
border-collapse: collapse;
}
thead th {
font-weight: bold;
text-align: left;
border: 1px solid var(--light-gray);
}
tr:hover {
background: var(--dark-white);
}
td {
padding: 0.25em;
min-width: 4em;
&.owner {
word-break: break-word;
}
&.id {
white-space: nowrap;
}
}
a {
color: var(--bright-orange);
font-weight: bold;
cursor: pointer;
}
}