Adds border: inherit to shadow to fix issue when using with rounded corners.
This commit is contained in:
parent
75efedc67a
commit
4463824705
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@
|
|||
.shadow-hover::after {
|
||||
content: '';
|
||||
box-shadow: 0px 0px 16px 2px rgba( 0, 0, 0, .2 );
|
||||
border-radius: inherit;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
Loading…
Reference in a new issue