Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3470 from matrix-org/bwindels/fix-details-arrow-w…
Browse files Browse the repository at this point in the history
…ebkit

Fix: hide details summary arrow in create room dialog on webkit too
bwindels authored Sep 24, 2019
2 parents 3ce47a0 + 151af65 commit 86cbaf5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions res/css/views/dialogs/_CreateRoomDialog.scss
Original file line number Diff line number Diff line change
@@ -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 {

0 comments on commit 86cbaf5

Please sign in to comment.