Skip to content

chore: add pointer cursor on button hover for Rafiki Admin - #3971

Merged
mkurapov merged 1 commit into
mainfrom
sj/add-pointer-cursor-on-button-hover
Aug 12, 2026
Merged

chore: add pointer cursor on button hover for Rafiki Admin#3971
mkurapov merged 1 commit into
mainfrom
sj/add-pointer-cursor-on-button-hover

Conversation

@JoblersTune

Copy link
Copy Markdown
Contributor

Changes proposed in this pull request

Since buttons and links are styled the same it felt jarring to have some activate a pointer cursor on hover while others didn't. This overrides Radix's default behaviour that buttons don't get a pointer cursor since our button and link styles are the same so it causes confusion.

Context

Override Radix's default behaviour that buttons don't get a pointer cursor.

Checklist

  • Related issues linked using fixes #number
  • Tests added/updated
  • Make sure that all checks pass
  • Bruno collection updated (if necessary)
  • Documentation issue created with user-docs label (if necessary)
  • OpenAPI specs updated (if necessary)

@netlify

netlify Bot commented Aug 12, 2026

Copy link
Copy Markdown

Deploy Preview for brilliant-pasca-3e80ec canceled.

Name Link
🔨 Latest commit fdd62df
🔍 Latest deploy log https://app.netlify.com/projects/brilliant-pasca-3e80ec/deploys/6a7c2412c4df8400086592a9

@github-actions github-actions Bot added the pkg: frontend Changes in the frontend package. label Aug 12, 2026
@github-actions

Copy link
Copy Markdown

🚀 Performance Test Results

Test Configuration:

  • VUs: 4
  • Duration: 1m0s

Test Metrics:

  • Requests/s: 41.83
  • Iterations/s: 13.94
  • Failed Requests: 0.00% (0 of 2518)
📜 Logs

> performance@1.0.0 run-tests:testenv /home/runner/work/rafiki/rafiki/test/performance
> ./scripts/run-tests.sh -e test -k -q --vus 4 --duration 1m

Cloud Nine GraphQL API is up: http://localhost:3101/graphql
Cloud Nine Wallet Address is up: http://localhost:3100/
Happy Life Bank Address is up: http://localhost:4100/
cloud-nine-wallet-test-backend already set
cloud-nine-wallet-test-auth already set
happy-life-bank-test-backend already set
happy-life-bank-test-auth already set
     data_received..................: 909 kB 15 kB/s
     data_sent......................: 1.9 MB 32 kB/s
     http_req_blocked...............: avg=7.57µs   min=2.04µs   med=5.54µs   max=1.29ms   p(90)=6.88µs   p(95)=7.51µs  
     http_req_connecting............: avg=520ns    min=0s       med=0s       max=320.33µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=94.92ms  min=8.04ms   med=76.74ms  max=498.41ms p(90)=165.43ms p(95)=191.21ms
       { expected_response:true }...: avg=94.92ms  min=8.04ms   med=76.74ms  max=498.41ms p(90)=165.43ms p(95)=191.21ms
     http_req_failed................: 0.00%  ✓ 0         ✗ 2518
     http_req_receiving.............: avg=94.88µs  min=26.22µs  med=83.7µs   max=2.35ms   p(90)=123.54µs p(95)=149.42µs
     http_req_sending...............: avg=38.55µs  min=8.56µs   med=26.2µs   max=1.9ms    p(90)=47.18µs  p(95)=67.77µs 
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=94.78ms  min=7.83ms   med=76.62ms  max=498.29ms p(90)=165.06ms p(95)=191.1ms 
     http_reqs......................: 2518   41.834142/s
     iteration_duration.............: avg=286.62ms min=190.61ms med=271.13ms max=974.52ms p(90)=354.65ms p(95)=402.57ms
     iterations.....................: 839    13.939176/s
     vus............................: 4      min=4       max=4 
     vus_max........................: 4      min=4       max=4 

@mkurapov
mkurapov merged commit f1b4856 into main Aug 12, 2026
30 of 40 checks passed
@mkurapov
mkurapov deleted the sj/add-pointer-cursor-on-button-hover branch August 12, 2026 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pkg: frontend Changes in the frontend package.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants