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:
parent
2fb95cc2b0
commit
8b1022f66b
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue