Merge pull request #108 from Serraniel/bugfix/#107-list-dividers
Bugfix/#107 list dividers
This commit is contained in:
commit
b36207daad
|
@ -1,5 +1,7 @@
|
|||
md-list-item {
|
||||
&: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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue