Issue #2960528 by kaythay, ckrina, SaintNexcis, benjifisher, msankhala: Fix styles for border radius on hover state for Recipies banner in Umami
parent
77e3a5c5d7
commit
ad52056652
|
@ -43,8 +43,8 @@
|
||||||
.block-type-banner-block .field--name-field-content-link a:hover {
|
.block-type-banner-block .field--name-field-content-link a:hover {
|
||||||
background-color: #00836d;
|
background-color: #00836d;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
outline: 2px solid currentColor;
|
box-shadow: 0 0 0 2px currentColor inset;
|
||||||
outline-offset: -2px;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 768px */
|
/* 768px */
|
||||||
|
|
Loading…
Reference in New Issue