mirror of https://github.com/rancher/dashboard.git
tooltip position
This commit is contained in:
parent
ef93c5e7bb
commit
6d7f094526
|
|
@ -105,16 +105,11 @@
|
|||
height: 100%;
|
||||
|
||||
&.vs--unsearchable {
|
||||
// position: absolute;
|
||||
// top: 0;
|
||||
// right: 0;
|
||||
// left: 0;
|
||||
// bottom: 0;
|
||||
|
||||
}
|
||||
|
||||
.vs__dropdown-toggle {
|
||||
height: 100%;
|
||||
// line-height: .75;
|
||||
}
|
||||
.vs__actions {
|
||||
width: auto;
|
||||
|
|
@ -133,4 +128,8 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.labeled-tooltip .status-icon {
|
||||
top: $input-padding-sm;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ export default {
|
|||
.status-icon {
|
||||
position: absolute;
|
||||
right: 30px;
|
||||
top: 16px;
|
||||
top: $input-padding-lg;
|
||||
font-size: 20px;
|
||||
z-index: z-index(hoverOverContent);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue