mirror of
https://github.com/nasa/openmct.git
synced 2025-02-05 02:29:21 +00:00
Fix recent objects style issue 7528
This commit is contained in:
parent
87ba9fcbc0
commit
45996f730b
@ -149,7 +149,6 @@
|
||||
font-size: 0.8em;
|
||||
margin-bottom: $interiorMarginSm; // margin-bottom is needed for Tree and Inspector
|
||||
margin-right: $interiorMarginSm; // margin-right and margin-left are needed for Recent Objects
|
||||
margin-left: $interiorMarginSm;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
@ -197,12 +196,20 @@
|
||||
&[class*='--collapsed'] { // For Recent Objects Button
|
||||
&.collapse-horizontal {
|
||||
[class*='expand-button'] {
|
||||
display: block;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
border-top-right-radius: $controlCr;
|
||||
border-top-left-radius: $controlCr;
|
||||
border-bottom-right-radius: $controlCr;
|
||||
border-bottom-left-radius: $controlCr;
|
||||
padding: $interiorMarginSm $interiorMargin;
|
||||
&:before{
|
||||
font-size: 0.7em;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
[class*='expand-button'] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user