AniwatchPlus/src/stylesheets/enhancements/_lists.scss
Serraniel 99b50f4786
Merge branch 'develop' into feature/#32-option-menu
# Conflicts:
#	src/stylesheets/enhancements/_lists.scss
2020-11-07 18:50:35 +01:00

7 lines
346 B
SCSS

md-list-item {
&:not(:last-child):not(.awp-list-disabled) {
// 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;
}
}