Fleet UI: [styling bugs] Scrollbars attack pt. 2 and unreleased checkbox bug introduced (#14630)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user