Fleet UI: [styling bugs] Scrollbars attack pt. 2 and unreleased checkbox bug introduced (#14630)

This commit is contained in:
RachelElysia
2023-10-18 17:04:08 -04:00
committed by GitHub
parent 563699d54f
commit e75f413d04
4 changed files with 8 additions and 0 deletions
@@ -97,6 +97,8 @@
}
.inverse {
flex-direction: row-reverse; // Switches the text to the left side of checkbox as all checkboxes are now display flex
.fleet-checkbox {
&__input {
float: right;
@@ -149,5 +149,9 @@
.form-field--checkbox {
margin-bottom: 0;
}
// .inverse {
// flex-direction: row-reverse; // Switches the text to the left side of checkbox as all checkboxes are now display flex
// }
}
}
@@ -136,6 +136,7 @@
resize: none;
white-space: normal;
background-color: transparent;
overflow: hidden;
&:hover:not(.focus-visible):not(.no-hover) {
color: $core-vibrant-blue;
cursor: pointer;
@@ -138,6 +138,7 @@
resize: none;
white-space: normal;
background-color: transparent;
overflow: hidden;
&:hover:not(.focus-visible):not(.no-hover) {
color: $core-vibrant-blue;
cursor: pointer;