Skip to content

Commit 1ceafd6

Browse files
committed
just element anchor in role button
1 parent e2c488b commit 1ceafd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

admin/css/debug-toolbar/toolbar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@import '_mixins';
1414
@import '_settings';
1515

16-
[role="button"] {
16+
a[role="button"] {
1717
cursor: pointer;
1818
}
1919

system/Debug/Toolbar/Views/toolbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.
88
*/
9-
[role=button] {
9+
a[role=button] {
1010
cursor: pointer;
1111
}
1212

0 commit comments

Comments
 (0)