[bugfix] uncomment slim back button styles
This commit is contained in:
@@ -167,66 +167,44 @@ $ui-header-height: 55px;
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
// .column-back-button {
|
.column-back-button {
|
||||||
// box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
// width: 100%;
|
width: 100%;
|
||||||
// background: lighten($ui-base-color, 4%);
|
background: lighten($ui-base-color, 4%);
|
||||||
// border-radius: 4px 4px 0 0;
|
border-radius: 4px 4px 0 0;
|
||||||
// color: $highlight-text-color;
|
color: $highlight-text-color;
|
||||||
// cursor: pointer;
|
cursor: pointer;
|
||||||
// flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
// font-size: 16px;
|
font-size: 16px;
|
||||||
// border: 0;
|
border: 0;
|
||||||
// text-align: unset;
|
text-align: unset;
|
||||||
// padding: 15px;
|
padding: 15px;
|
||||||
// margin: 0;
|
margin: 0;
|
||||||
// z-index: 3;
|
z-index: 3;
|
||||||
//
|
|
||||||
// &:hover {
|
&:hover {
|
||||||
// text-decoration: underline;
|
text-decoration: underline;
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
//
|
|
||||||
// .column-header__back-button {
|
.column-back-button__icon {
|
||||||
// background: lighten($ui-base-color, 4%);
|
display: inline-block;
|
||||||
// border: 0;
|
margin-inline-end: 5px;
|
||||||
// font-family: inherit;
|
}
|
||||||
// color: $highlight-text-color;
|
|
||||||
// cursor: pointer;
|
.column-back-button--slim {
|
||||||
// flex: 0 0 auto;
|
position: relative;
|
||||||
// font-size: 16px;
|
}
|
||||||
// padding: 0;
|
|
||||||
// padding-inline-end: 5px;
|
.column-back-button--slim-button {
|
||||||
// z-index: 3;
|
cursor: pointer;
|
||||||
//
|
flex: 0 0 auto;
|
||||||
// &:hover {
|
font-size: 16px;
|
||||||
// text-decoration: underline;
|
padding: 15px;
|
||||||
// }
|
position: absolute;
|
||||||
//
|
inset-inline-end: 0;
|
||||||
// &:last-child {
|
top: -48px;
|
||||||
// padding: 0;
|
}
|
||||||
// padding-inline-end: 15px;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// .column-back-button__icon {
|
|
||||||
// display: inline-block;
|
|
||||||
// margin-inline-end: 5px;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// .column-back-button--slim {
|
|
||||||
// position: relative;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// .column-back-button--slim-button {
|
|
||||||
// cursor: pointer;
|
|
||||||
// flex: 0 0 auto;
|
|
||||||
// font-size: 16px;
|
|
||||||
// padding: 15px;
|
|
||||||
// position: absolute;
|
|
||||||
// inset-inline-end: 0;
|
|
||||||
// top: -48px;
|
|
||||||
// }
|
|
||||||
|
|
||||||
.switch-to-advanced {
|
.switch-to-advanced {
|
||||||
color: $light-text-color;
|
color: $light-text-color;
|
||||||
|
|||||||
Reference in New Issue
Block a user