Rename popout style classes

This commit is contained in:
David Cook
2024-03-27 17:02:58 +11:00
parent e110cd1145
commit e589605e3c
2 changed files with 11 additions and 13 deletions

View File

@@ -301,15 +301,13 @@
}
}
// Stock popout widget
.on-hand {
&__wrapper {
position: relative;
}
// Popout widget (todo: move to separate fiel)
.popout {
position: relative;
&__button {
// override button styles
&.on-hand__button {
&.popout__button {
background: $color-tbl-cell-bg;
color: $color-txt-text;
white-space: nowrap;
@@ -356,7 +354,7 @@
}
}
&__popout {
&__container {
position: absolute;
top: -0.6em;
left: -0.2em;