.button--link[href*="mark-read"] {
display: none;
}
.button--link[href*="watch"] .button-text {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.button--link[href*="watch"] {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}

.buttonGroup
{
> .button
{
&.button--link[href*="watch"] {
&:last-child:not(:first-child)
{
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
}
}
}
.buttonGroup
{
> .button
{
&.button--link[href*="watch"] {
&:last-child:not(:first-child)
{
.m-borderLeftRadius(4px);
}
}
}
}
:nth-childWe use essential cookies to make this site work, and optional cookies to enhance your experience.