change <details> appearance for local aliases

This commit is contained in:
Bruno Windels 2020-03-16 18:24:49 +01:00
parent db10fcd2b7
commit 78fb95aa9e
2 changed files with 11 additions and 1 deletions

View file

@ -29,4 +29,12 @@ limitations under the License.
.mx_AliasSettings summary {
cursor: pointer;
color: $accent-color;
font-weight: 600;
list-style: none;
// list-style doesn't do it for webkit
&::-webkit-details-marker {
display: none;
}
}