Fix dropdown links highlighting in Message component
This commit is contained in:
parent
54954a2907
commit
bb3f693a70
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ $message-header-body-border-width: 0 !default
|
|||
font-size: $size-normal
|
||||
strong
|
||||
color: currentColor
|
||||
a:not(.button):not(.tag)
|
||||
a:not(.button):not(.tag):not(.dropdown-item)
|
||||
color: currentColor
|
||||
text-decoration: underline
|
||||
// Sizes
|
||||
|
|
Loading…
Add table
Reference in a new issue