mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-21 23:43:15 +01:00
* [Feature request] Keyboard shortcut to duplicate and rename request/collection. #1610
* Cannot cancel request on preview (zIndex issue) #1501
* changes
This reverts commit a3ce8aa691
.
This commit is contained in:
parent
31137ef466
commit
24e58168e0
@ -23,7 +23,7 @@ const ResponseLoadingOverlay = ({ item, collection }) => {
|
||||
<IconRefresh size={24} className="loading-icon" />
|
||||
<button
|
||||
onClick={handleCancelRequest}
|
||||
className="mt-4 uppercase btn-sm rounded btn-secondary ease-linear transition-all duration-150"
|
||||
className="mt-4 uppercase btn-sm rounded btn-secondary ease-linear transition-all duration-150 relative z-50"
|
||||
type="button"
|
||||
>
|
||||
Cancel Request
|
||||
|
Loading…
Reference in New Issue
Block a user