From 512a39ba5726a25619c54eb6cdd09d0b9b5b20dc Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 27 Apr 2023 05:19:45 +0300 Subject: [PATCH] remove remaining uses of -moz-inline-box --- chrome/fake_urlbar_dropmarker.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/fake_urlbar_dropmarker.css b/chrome/fake_urlbar_dropmarker.css index a315e23..4ca146d 100644 --- a/chrome/fake_urlbar_dropmarker.css +++ b/chrome/fake_urlbar_dropmarker.css @@ -4,7 +4,7 @@ See the above repository for updates as well as full license text. */ /* Icon won't have a background when hovered and the cursor will be text selection cursor, unfortunately */ #page-action-buttons::before{ - display: -moz-inline-box; + display: flex; content: ""; height: 28px; width: 28px;