mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-24 01:51:57 +03:00
disable lane outline on modal close
This commit is contained in:
parent
210b58d8f8
commit
e2e5ec579e
@ -162,6 +162,8 @@
|
||||
.branch {
|
||||
height: 100%;
|
||||
width: fit-content;
|
||||
/* disable lane outline on modal close */
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.draggable-branch {
|
||||
|
Loading…
Reference in New Issue
Block a user