mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-25 10:33:21 +03:00
tweak styles
This commit is contained in:
parent
4bdba5c85d
commit
f1fe727049
@ -40,7 +40,7 @@
|
||||
outline-offset: -10px;
|
||||
backdrop-filter: blur(10px);
|
||||
|
||||
z-index: 100;
|
||||
z-index: var(--z-lifted);
|
||||
|
||||
transition: background-color 0.1s;
|
||||
|
||||
|
@ -51,10 +51,12 @@
|
||||
.indicator {
|
||||
width: 100%;
|
||||
height: 3px;
|
||||
transition: background-color 0.1s;
|
||||
transition: opacity 0.1s;
|
||||
background-color: var(--clr-border-2);
|
||||
opacity: 0;
|
||||
|
||||
&.hovered {
|
||||
background-color: rgba(0, 0, 0, 0.6);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user