Skip to content

Commit

Permalink
just element anchor in role button
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed Mar 8, 2024
1 parent e2c488b commit 1ceafd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/css/debug-toolbar/toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@import '_mixins';
@import '_settings';

[role="button"] {
a[role="button"] {
cursor: pointer;
}

Expand Down
2 changes: 1 addition & 1 deletion system/Debug/Toolbar/Views/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 1ceafd6

Please sign in to comment.