Display outline when toolbar button focused

This commit is contained in:
Sebastian Castro 2020-10-25 10:56:51 +01:00 committed by John McLear
parent 193028702d
commit 5a1110d0d6
3 changed files with 10 additions and 4 deletions

View file

@ -20,12 +20,15 @@ input[type="text"]::placeholder, textarea::placeholder {
select, .nice-select {
background-color: #f2f3f4;
background-color: var(--bg-soft-color);
border: none;
border: 1px solid var(--bg-soft-color);
padding: 4px 10px;
padding-right: 25px;
font-weight: bold;
line-height: inherit;
}
select:hover, .nice-select:hover {
border-color: var(--bg-soft-color)
}
.nice-select .list {
background-color: #f2f3f4;
background-color: var(--bg-soft-color);