console: update select font for firefox

This PR was migrated from https://github.com/hasura/graphql-engine/pull/5923

---
### Description

### Changelog

- [x] `CHANGELOG.md` is updated with user-facing content relevant to this PR. If no changelog is required, then add the `no-changelog-required` label.

Co-authored-by: Kim <20434382+kimberrypi@users.noreply.github.com>
Co-authored-by: Aleksandra Sikora <9019397+beerose@users.noreply.github.com>
GitOrigin-RevId: 244c5272ef1113af840f9b5379826ff60e7f1136
This commit is contained in:
hasura-bot 2021-03-11 04:32:07 +05:30
parent 660b442943
commit 0c1133b393
2 changed files with 2 additions and 2 deletions

View File

@ -48,6 +48,7 @@
.ReactTable .-pagination {
box-shadow: none;
border: none;
font-family: 'Gudea', sans-serif;
}
.ReactTable .-pagination .-center {

View File

@ -139,7 +139,6 @@ form {
0 0 0px rgba(102, 175, 233, 0.6);
}
.form-control {
// border-radius: 0;
height: auto;
@ -152,10 +151,10 @@ form {
select.form-control {
border-radius: 0;
-webkit-border-radius: 0px;
font-family: 'Gudea', sans-serif;
}
.btn {
// border-radius: 0;
outline: none;
}