mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-19 10:59:54 +00:00
ui fixes
This commit is contained in:
parent
d261b89803
commit
a8d5cf469e
@ -20,7 +20,7 @@ $tabs-height: 38px;
|
|||||||
cursor: -webkit-grab;
|
cursor: -webkit-grab;
|
||||||
|
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
width: 20px;
|
width: 22px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
transition: 0.25s all;
|
transition: 0.25s all;
|
||||||
|
@ -142,7 +142,7 @@ $nav-tabs-link-active-border-color: #eee;
|
|||||||
$navbar-padding-y: 0;
|
$navbar-padding-y: 0;
|
||||||
$navbar-padding-x: 0;
|
$navbar-padding-x: 0;
|
||||||
|
|
||||||
$dropdown-bg: $table-bg;
|
$dropdown-bg: $content-bg-solid;
|
||||||
$dropdown-color: $body-color;
|
$dropdown-color: $body-color;
|
||||||
$dropdown-border-width: 1px;
|
$dropdown-border-width: 1px;
|
||||||
$dropdown-box-shadow: 0 .5rem 1rem rgba($black,.175);
|
$dropdown-box-shadow: 0 .5rem 1rem rgba($black,.175);
|
||||||
|
@ -50,6 +50,8 @@
|
|||||||
transition: 0.25s opacity;
|
transition: 0.25s opacity;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
z-index: 1;
|
||||||
|
will-change: transform;
|
||||||
|
|
||||||
&>* {
|
&>* {
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user