Mirror of https://github.com/roostorg/osprey
github.com/roostorg/osprey
1.featureNameButton {
2 padding: 0;
3 transition: 0.25s ease all;
4}
5
6.featureName {
7 max-width: 100%;
8 overflow: hidden;
9 white-space: nowrap;
10 text-overflow: ellipsis;
11}
12
13.disabled {
14 pointer-events: none;
15 cursor: default;
16}
17
18.disabled:hover {
19 color: var(--link-primary);
20}