fix: global fix for all svg buttons
This commit is contained in:
@@ -45,11 +45,6 @@
|
||||
.git-sidebar-icon-button svg {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.git-sidebar-icon-button svg * {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.git-action-branch-line,
|
||||
|
||||
@@ -205,6 +205,11 @@ button:disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
button svg,
|
||||
button svg * {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* Icon button */
|
||||
.icon-button {
|
||||
background: transparent;
|
||||
|
||||
Reference in New Issue
Block a user