mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1147] [MERGED] Remove cursor not allowed rule #1208
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1147
Author: @PalmarHealer
Created: 3/22/2025
Status: ✅ Merged
Merged: 3/22/2025
Merged by: @lancepioch
Base:
main← Head:palmarhealer/fix-cursor📝 Commits (3)
3ddbfd2remove cursor not allowed rule20ba7b4re-add css ruledbc996fApply suggestions from code review📊 Changes
2 files changed (+2 additions, -1 deletions)
View changed files
📝
public/css/filament/server/console.css(+1 -1)📝
resources/views/filament/components/server-console.blade.php(+1 -0)📄 Description
In the UI for the permissions (role creation and user invitation) all the checkbox have the:
cursor: not-allowed;rule applied even though it is interactable. It tried to create roles and the seems to be purly visual.
I don't know if this is referenced/used by other elements but since I could not find any other usages I think it can be removed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.