mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Fix styling of action dropdown button (#1048)
Fix styling of action drop drown button for `hover` and `focus` states to match _Users_ tab
This commit is contained in:
parent
662406d705
commit
6040f88964
1 changed files with 26 additions and 0 deletions
|
|
@ -5,4 +5,30 @@
|
|||
@include sticky-settings-description;
|
||||
padding-bottom: $pad-medium;
|
||||
}
|
||||
|
||||
.Select.is-focused:not(.is-open) > .Select-control {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.Select.is-open {
|
||||
.Select-arrow {
|
||||
margin-top: $pad-xsmall;
|
||||
}
|
||||
}
|
||||
|
||||
.Select-arrow {
|
||||
margin-top: $pad-xsmall;
|
||||
}
|
||||
|
||||
.Select-control:hover {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.Select-placeholder {
|
||||
font-size: $x-small;
|
||||
margin-top: $pad-xxsmall;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue