Hello dear community
Jver: 12.2.1.4
we created a style as follow:
.button_blue {
display:inline-block;
width:150px;
height: 52px;
color:#ffffff;
text-decoration:none;
font-weight:bold;
font-size: 13px;
background-image: url("../../Icons/blue-button.png");
background-repeat: no-repeat;
background-position: center;
background-size: 150px 127px;
padding: 75px 20px 0px 0px;
border-image-width: 0;
}
we applied this to an af:link component
on the skin selectors its shown properly :
font color is white:
but when running the application it ignores the following
font color. it appears blue
text-decoration:none -> the underline appears on hover
(the button_blue:hover has text_decoration:none definition as well
is this a bug?
thank you !