Improve homeserver dropdown dialog styling (#8850)

This commit is contained in:
Janne Mareike Koschinski
2022-06-17 16:29:03 +02:00
committed by GitHub
parent b51ef246ab
commit 162be6ca94
2 changed files with 36 additions and 4 deletions

View File

@@ -72,7 +72,7 @@ limitations under the License.
height: 0;
margin-left: 4px;
margin-right: 19px;
border-top: 1px solid $system;
border-top: 1px solid $quinary-content;
}
.mx_GenericDropdownMenu_Option {
@@ -102,7 +102,7 @@ limitations under the License.
&.mx_GenericDropdownMenu_Option--item {
&:hover {
background-color: $event-selected-color;
background-color: $menu-selected-color;
}
&[aria-checked="true"]::before {