Added CSS styling to remove disabled buttons from DOM (#2339)
This commit is contained in:
Родитель
ffbdf716a1
Коммит
d7e5ce78d9
|
@ -42,6 +42,10 @@
|
|||
background-repeat: no-repeat;
|
||||
}
|
||||
}
|
||||
|
||||
button[aria-disabled="true"] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.inspector-container {
|
||||
|
|
|
@ -53,9 +53,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
// left arrow diff button
|
||||
& > button[name="leftArrow"] {
|
||||
margin-left: auto;
|
||||
// json button
|
||||
& > button[name="json"] {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
// toggle diff button
|
||||
|
|
Загрузка…
Ссылка в новой задаче