Fleet UI: Update hover and focus states for dropdowns and inputfields (#26506)

This commit is contained in:
RachelElysia
2025-02-28 08:46:00 -05:00
committed by GitHub
parent a3e92d0f93
commit 45015b01e8
12 changed files with 575 additions and 227 deletions
@@ -67,7 +67,7 @@
&:hover:not(.is-disabled) {
box-shadow: none;
border-color: $core-vibrant-blue;
border-color: $core-vibrant-blue-over;
}
}
@@ -135,16 +135,9 @@
}
}
&.is-focused {
&.is-focused:not(.is-disabled) {
&.dropdown__select {
border: 1px solid $core-vibrant-blue;
}
&:not(.is-open) {
.Select-control {
box-shadow: none;
border-color: $core-vibrant-blue;
}
border: 1px solid $core-vibrant-blue-down;
}
}