style: add class for visual marker on tabs (#64749)

This commit is contained in:
Frédéric Péters 2022-05-02 15:15:58 +02:00
parent 114cac011c
commit f8431c7dfa
1 changed files with 7 additions and 0 deletions

View File

@ -635,6 +635,13 @@ form.pk-mark-optional-fields {
background: #e0e0e0;
border-left-color: $primary-color;
}
&.pk-tabs--button-marker {
padding-right: 2em;
background-size: 5px 5px;
background-repeat: no-repeat;
background-position: top 50% right 1em;
background-image: radial-gradient(closest-side, #888 100%, transparent);
}
}
}
&--container {