mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-17 10:21:44 +02:00
hide details summary arrow in create room dialog on webkit too
This commit is contained in:
parent
fc26850d9e
commit
151af65e4f
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user