Merge pull request #3470 from matrix-org/bwindels/fix-details-arrow-webkit

Fix: hide details summary arrow in create room dialog on webkit too
This commit is contained in:
Bruno Windels 2019-09-24 10:39:08 +00:00 committed by GitHub
commit 86cbaf5b40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,11 @@ limitations under the License.
font-weight: 600;
cursor: pointer;
color: $accent-color;
// list-style doesn't do it for webkit
&::-webkit-details-marker {
display: none;
}
}
> div {