bz-select
This commit is contained in:
@@ -32,6 +32,7 @@ bz-select option{
|
||||
font-family: sans;
|
||||
font-size: .9rem;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
transition:
|
||||
margin-top 0.3s ease,
|
||||
opacity 0.3s ease;
|
||||
@@ -39,6 +40,7 @@ bz-select option{
|
||||
bz-select option.open{
|
||||
margin: 2px 0 0 0;
|
||||
opacity: 1;
|
||||
pointer-events: auto;
|
||||
}
|
||||
bz-select option:hover{
|
||||
background-color: #44F;
|
||||
|
||||
Reference in New Issue
Block a user