forked from mirrors/amnezia-wg-easy
add .is-disabled
This commit is contained in:
parent
c7cc3eca4a
commit
20ae02dd48
3 changed files with 18 additions and 7 deletions
|
@ -1334,11 +1334,6 @@ video {
|
|||
transition-duration: 150ms;
|
||||
}
|
||||
|
||||
.disabled-link {
|
||||
opacity: 0.25;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.duration-200 {
|
||||
transition-duration: 200ms;
|
||||
}
|
||||
|
@ -1355,6 +1350,11 @@ video {
|
|||
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
||||
}
|
||||
|
||||
.is-disabled {
|
||||
opacity: 0.25;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.last\:border-b-0:last-child {
|
||||
border-bottom-width: 0px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue