change <details> appearance for local aliases
This commit is contained in:
parent
db10fcd2b7
commit
78fb95aa9e
2 changed files with 11 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue