dev

Note: After publishing, you may have to bypass your browser's cache to see the changes.

.mw-body-content .unified-search__profiles__profile,
.page-content .unified-search__profiles__profile__filters__filter {
    border-radius: 0px;
}

.mw-body-content .unified-search__profiles__profile--selected,
.page-content .unified-search__profiles__profile--selected {
    cursor: default;
    border-left: 2px solid currentColor;
    background-color: transparent;
}

[dir=rtl] .mw-body-content .unified-search__profiles__profile--selected,
[dir=rtl] .page-content .unified-search__profiles__profile--selected {
    border-left: unset;
    border-right: 2px solid currentColor;
}