From 99bdf23d10ce75353555f6f699dce46dde73febe Mon Sep 17 00:00:00 2001 From: Denny Septian Panggabean Date: Sat, 2 Mar 2024 07:10:10 +0700 Subject: [PATCH] just element anchor in role button --- admin/css/debug-toolbar/toolbar.scss | 2 +- system/Debug/Toolbar/Views/toolbar.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/css/debug-toolbar/toolbar.scss b/admin/css/debug-toolbar/toolbar.scss index 8d7bed21b361..dfcb7e58aeea 100644 --- a/admin/css/debug-toolbar/toolbar.scss +++ b/admin/css/debug-toolbar/toolbar.scss @@ -13,7 +13,7 @@ @import '_mixins'; @import '_settings'; -[role="button"] { +a[role="button"] { cursor: pointer; } diff --git a/system/Debug/Toolbar/Views/toolbar.css b/system/Debug/Toolbar/Views/toolbar.css index 175f7725f8c8..612a1ee873e1 100644 --- a/system/Debug/Toolbar/Views/toolbar.css +++ b/system/Debug/Toolbar/Views/toolbar.css @@ -6,7 +6,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -[role=button] { +a[role=button] { cursor: pointer; }