change <details> appearance for local aliases

This commit is contained in:
Bruno Windels 2020-03-16 18:24:49 +01:00
parent 42ff9f2c9e
commit 5537e6dcd4
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;
}
}