Fix specificity for unread story ring styles
This commit is contained in:
parent
6dd2b73855
commit
6b82d67de1
1 changed files with 4 additions and 0 deletions
|
@ -150,6 +150,10 @@
|
||||||
|
|
||||||
@include dark-theme {
|
@include dark-theme {
|
||||||
border-color: $color-white-alpha-40;
|
border-color: $color-white-alpha-40;
|
||||||
|
|
||||||
|
&--unread {
|
||||||
|
border-color: $color-ultramarine-dawn;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&--unread {
|
&--unread {
|
||||||
|
|
Loading…
Reference in a new issue