Merge pull request #108 from Serraniel/bugfix/#107-list-dividers

Bugfix/#107 list dividers
This commit is contained in:
Daniel 2020-11-04 21:22:59 +01:00 committed by GitHub
commit b36207daad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
md-list-item { md-list-item {
&:not(:last-child) { &:not(:last-child) {
border-bottom: 1px solid $gray; // added important to override aniwatch new introduced border which has a different, more "aggressive" color
// https://canary.discord.com/channels/541683465599451136/543812424541798421/773621830161268756
border-bottom: 1px solid $gray !important;
} }
} }