Skip to content

Commit

Permalink
hover background over selectField in forms
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamNowotny committed Aug 30, 2024
1 parent 0e018d7 commit 33cd025
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/common/components/forms/selectField.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.nav-pills a:not(.active):hover {
background-color: #ddd;
}
1 change: 1 addition & 0 deletions src/common/components/forms/selectField.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react';
import { Nav } from 'react-bootstrap';
import { FormField } from './field';
import './selectField.css';

export const FormSelectField = ({
label,
Expand Down

0 comments on commit 33cd025

Please sign in to comment.