darker opacity on shadow border for highlighted cards (#8797)

* darker opacity on shadow for highlighted cards

* removing unnecessary LESS fade

* lightening the lightest segment of the shadow again.
This commit is contained in:
Evan Rusackas 2019-12-09 21:59:00 -08:00 committed by Maxime Beauchemin
parent 2fb95cc2b0
commit 8b1022f66b
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
&.fade-in {
border-radius: 4px;
box-shadow: inset 0 0 0 2px fade(@shadow-highlight, 1),
box-shadow: inset 0 0 0 2px @shadow-highlight,
0 0 0 3px fade(@shadow-highlight, @opacity-light);
transition: box-shadow 1s ease-in-out;
}