Message ID | 31419b76-cb88-41ad-9388-fd0f2ad873c3n@googlegroups.com |
---|---|
State | New |
Delegated to: | Stefano Babic |
Headers | show |
Series | Re: [PATCH] web-app: use 'pointer' cursor over 'Messages' collapse header | expand |
diff --git a/web-app/css/swupdate.css b/web-app/css/swupdate.css index df7441bc..8254e61c 100644 --- a/web-app/css/swupdate.css +++ b/web-app/css/swupdate.css @@ -23,6 +23,10 @@ body { width: 220px; } +[data-bs-toggle="collapse"] { + cursor: pointer; +} + [data-bs-toggle="collapse"] i:before { content: "\f139"; } -- 2.43.0 Le dimanche 3 novembre 2024 à 16:56:57 UTC+1, Adrian DC a écrit : Signed-off-by: Adrian DC <radi...@gmail.com> --- web-app/css/swupdate.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web-app/css/swupdate.css b/web-app/css/swupdate.css index df7441bc..78dc7a6f 100644 --- a/web-app/css/swupdate.css +++ b/web-app/css/swupdate.css @@ -27,6 +27,10 @@ body { content: "\f139"; } +[data-bs-toggle="collapse"] { + cursor: pointer; +} + [data-bs-toggle="collapse"].collapsed i:before { content: "\f13a"; }
Minor fixup, aligned before the "[data-bs-toggle="collapse"] i:before" collapsed duo. --- web-app: use 'pointer' cursor over 'Messages' collapse header Signed-off-by: Adrian DC <radi...@gmail.com> --- web-app/css/swupdate.css | 4 ++++ 1 file changed, 4 insertions(+)