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