Skip to content

Commit 6cd1dc8

Browse files
committed
Update full.css
1 parent 6b3e12c commit 6cd1dc8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

full.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,9 +1428,6 @@ body:not(.mobile) .sidebar .header .title .branch-icon:active {
14281428
height: 50px;
14291429
width: 233px;
14301430
font-weight: 500;
1431-
}
1432-
1433-
body .sidebar .button:active:not(:hover) {
14341431
transition: .18s var(--ease-function);
14351432
transition-property: background, color;
14361433
}
@@ -1443,6 +1440,7 @@ body .sidebar .button:active:not(:hover) {
14431440
.sidebar .button.secondary:active {
14441441
color: rgba(255,255,255,0.25);
14451442
background: hsla(223deg 88% 52% / 50%) !important;
1443+
transition: none;
14461444
}
14471445

14481446
.sidebar .button.teritary {
@@ -1455,6 +1453,7 @@ body .sidebar .button:active:not(:hover) {
14551453
color: hsl(220deg 4% 84% / 25%);
14561454
background: transparent !important;
14571455
box-shadow: inset 0 0 0 1px hsl(228deg 16% 37% / 50%);
1456+
transition: none;
14581457
}
14591458

14601459
.sidebar .button svg {

0 commit comments

Comments
 (0)