Merge "Do not show a bottom border for the last gr-message"
This commit is contained in:
@@ -36,7 +36,6 @@ limitations under the License.
|
|||||||
</style>
|
</style>
|
||||||
<style include="shared-styles">
|
<style include="shared-styles">
|
||||||
:host {
|
:host {
|
||||||
border-bottom: 1px solid var(--border-color);
|
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
@@ -64,6 +64,9 @@ limitations under the License.
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
gr-message:not(:last-of-type) {
|
||||||
|
border-bottom: 1px solid var(--border-color);
|
||||||
|
}
|
||||||
gr-message:nth-child(2n) {
|
gr-message:nth-child(2n) {
|
||||||
background-color: var(--background-color-secondary);
|
background-color: var(--background-color-secondary);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user