Skip to content

Commit be63f5f

Browse files
committed
improve css token list
1 parent 5b342b4 commit be63f5f

2 files changed

Lines changed: 25 additions & 14 deletions

File tree

angular/src/app/pages/account/manage/manage.component.scss

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,35 @@ button.close:hover {
8080
filter: invert(90%);
8181
}
8282

83-
th {
84-
font-weight: 300;
85-
text-align: left;
86-
}
8783

8884
div.token table tr td div.name {
8985
max-width: 13em;
9086
overflow: hidden;
9187
white-space: nowrap;
9288
text-overflow: ellipsis;
89+
}
90+
91+
.token table tr th {
92+
width: 80px;
93+
font-weight: 300;
94+
text-align: left;
95+
}
96+
.token table tr td {
97+
width: 130px;
98+
text-overflow: ellipsis;
99+
overflow: hidden;
100+
white-space: nowrap;
101+
max-width: 130px;
102+
}
103+
104+
.token table tr td:hover {
105+
overflow: visible;
106+
}
107+
108+
.token table tr td:hover span {
109+
position: relative;
110+
background-color: white;
111+
112+
box-shadow: 0 0 4px 0 black;
113+
border-radius: 1px;
93114
}

angular/src/app/pages/account/manage_org/manage_org.component.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,3 @@ option.none {
1010
height: 8em;
1111
}
1212

13-
.token table tr th {
14-
width: 80px;
15-
}
16-
.token table tr td {
17-
width: 160px;
18-
text-overflow: ellipsis;
19-
overflow: hidden;
20-
white-space: nowrap;
21-
max-width: 160px;
22-
}

0 commit comments

Comments
 (0)