mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
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:
parent
660b442943
commit
0c1133b393
@ -48,6 +48,7 @@
|
||||
.ReactTable .-pagination {
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
font-family: 'Gudea', sans-serif;
|
||||
}
|
||||
|
||||
.ReactTable .-pagination .-center {
|
||||
|
3
console/src/theme/bootstrap.overrides.scss
vendored
3
console/src/theme/bootstrap.overrides.scss
vendored
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user