hide details summary arrow in create room dialog on webkit too

pull/21833/head
Bruno Windels 2019-09-23 17:56:16 +02:00
parent fc26850d9e
commit 151af65e4f
1 changed files with 5 additions and 0 deletions

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 {