diff --git a/src/index.scss b/src/index.scss index b4b02cfe..2bea8e2e 100644 --- a/src/index.scss +++ b/src/index.scss @@ -24,7 +24,7 @@ a, text-decoration: none; } -a:hover, +a:not(.nav-link):not(.navbar-brand):hover, .btn-link:hover { text-decoration: underline; } diff --git a/src/servers/ServersDropdown.tsx b/src/servers/ServersDropdown.tsx index 448e83b4..a373572c 100644 --- a/src/servers/ServersDropdown.tsx +++ b/src/servers/ServersDropdown.tsx @@ -42,7 +42,7 @@ const ServersDropdown = ({ servers, selectedServer }: ServersDropdownProps) => { Servers - {renderServers()} + {renderServers()} ); }; diff --git a/src/settings/RealTimeUpdatesSettings.tsx b/src/settings/RealTimeUpdatesSettings.tsx index 3fd143b3..6ed3ac01 100644 --- a/src/settings/RealTimeUpdatesSettings.tsx +++ b/src/settings/RealTimeUpdatesSettings.tsx @@ -3,8 +3,8 @@ import classNames from 'classnames'; import ToggleSwitch from '../utils/ToggleSwitch'; import { SimpleCard } from '../utils/SimpleCard'; import { FormText } from '../utils/forms/FormText'; -import { Settings } from './reducers/settings'; import { LabeledFormGroup } from '../utils/forms/LabeledFormGroup'; +import { Settings } from './reducers/settings'; interface RealTimeUpdatesProps { settings: Settings; diff --git a/src/settings/ShortUrlCreationSettings.tsx b/src/settings/ShortUrlCreationSettings.tsx index 18d9c2ef..14870b9b 100644 --- a/src/settings/ShortUrlCreationSettings.tsx +++ b/src/settings/ShortUrlCreationSettings.tsx @@ -4,8 +4,8 @@ import { SimpleCard } from '../utils/SimpleCard'; import ToggleSwitch from '../utils/ToggleSwitch'; import { DropdownBtn } from '../utils/DropdownBtn'; import { FormText } from '../utils/forms/FormText'; -import { Settings, ShortUrlCreationSettings as ShortUrlsSettings, TagFilteringMode } from './reducers/settings'; import { LabeledFormGroup } from '../utils/forms/LabeledFormGroup'; +import { Settings, ShortUrlCreationSettings as ShortUrlsSettings, TagFilteringMode } from './reducers/settings'; interface ShortUrlCreationProps { settings: Settings; diff --git a/src/settings/ShortUrlsListSettings.tsx b/src/settings/ShortUrlsListSettings.tsx index 4d43a089..d38622cc 100644 --- a/src/settings/ShortUrlsListSettings.tsx +++ b/src/settings/ShortUrlsListSettings.tsx @@ -2,8 +2,8 @@ import { FC } from 'react'; import { OrderingDropdown } from '../utils/OrderingDropdown'; import { SHORT_URLS_ORDERABLE_FIELDS } from '../short-urls/data'; import { SimpleCard } from '../utils/SimpleCard'; -import { DEFAULT_SHORT_URLS_ORDERING, Settings, ShortUrlsListSettings as ShortUrlsSettings } from './reducers/settings'; import { LabeledFormGroup } from '../utils/forms/LabeledFormGroup'; +import { DEFAULT_SHORT_URLS_ORDERING, Settings, ShortUrlsListSettings as ShortUrlsSettings } from './reducers/settings'; interface ShortUrlsListProps { settings: Settings; diff --git a/src/settings/VisitsSettings.tsx b/src/settings/VisitsSettings.tsx index dd787d9c..6d6a7bc4 100644 --- a/src/settings/VisitsSettings.tsx +++ b/src/settings/VisitsSettings.tsx @@ -1,8 +1,8 @@ import { FC } from 'react'; import { SimpleCard } from '../utils/SimpleCard'; import { DateIntervalSelector } from '../utils/dates/DateIntervalSelector'; -import { Settings, VisitsSettings as VisitsSettingsConfig } from './reducers/settings'; import { LabeledFormGroup } from '../utils/forms/LabeledFormGroup'; +import { Settings, VisitsSettings as VisitsSettingsConfig } from './reducers/settings'; interface VisitsProps { settings: Settings; diff --git a/src/short-urls/helpers/ShortUrlsRow.tsx b/src/short-urls/helpers/ShortUrlsRow.tsx index 93a223db..f87bf49c 100644 --- a/src/short-urls/helpers/ShortUrlsRow.tsx +++ b/src/short-urls/helpers/ShortUrlsRow.tsx @@ -59,7 +59,7 @@ const ShortUrlsRow = ( -