mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
use quotes in css url path
This commit is contained in:
parent
6ec2712eec
commit
898d32c6da
@ -22,7 +22,7 @@ limitations under the License.
|
|||||||
right: 32px;
|
right: 32px;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
border: 1px solid #8d99a5;
|
border: 1px solid #8d99a5;
|
||||||
background-image: url(icons/chevron-down.svg);
|
background-image: url("./icons/chevron-down.svg");
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
Loading…
Reference in New Issue
Block a user