Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.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;
}