Fix clickable area of general event list summary toggle (#8979)
* Fix toggle of expanded generic event list summary on bubble layout Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Margin settings Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove redundant declarations Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove redundant declaration Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
ed92071046
commit
32eb853bbb
2 changed files with 10 additions and 8 deletions
|
@ -67,14 +67,16 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_GenericEventListSummary_toggle {
|
||||
margin: 0 55px 0 5px;
|
||||
margin-block: 0;
|
||||
margin-inline-end: 55px;
|
||||
|
||||
&[aria-expanded=false] {
|
||||
order: 9;
|
||||
margin-inline-start: 5px;
|
||||
}
|
||||
|
||||
&[aria-expanded=true] {
|
||||
text-align: right;
|
||||
margin-inline-start: auto; // reduce clickable area
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -109,11 +111,6 @@ limitations under the License.
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mx_GenericEventListSummary_toggle {
|
||||
color: $accent;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mx_GenericEventListSummary_line {
|
||||
border-bottom: 1px solid $primary-hairline-color;
|
||||
margin-left: 63px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue