diff --git a/web/projects/shared/styles/taiga.scss b/web/projects/shared/styles/taiga.scss
index 5cbeba841..82311fff4 100644
--- a/web/projects/shared/styles/taiga.scss
+++ b/web/projects/shared/styles/taiga.scss
@@ -103,8 +103,6 @@ tui-hint[data-appearance='onDark'] {
tui-dropdown[data-appearance='start-os'][data-appearance='start-os'] {
border: 0;
backdrop-filter: blur(0.25rem);
- border-radius: 0.325rem;
- // TODO: Replace --tui-background-elevation-2 when Taiga UI is updated
background-color: color-mix(
in hsl,
var(--tui-background-elevation-3) 75%,
@@ -129,30 +127,6 @@ tui-dropdown[data-appearance='start-os'][data-appearance='start-os'] {
inset 0 1px rgba(255, 255, 255, 0.15),
inset 0 0 1rem rgba(0, 0, 0, 0.25),
var(--tui-shadow-medium);
-
- tui-opt-group {
- &::before {
- background: var(--tui-background-neutral-1);
- height: 1px;
- }
-
- &::after {
- display: none;
- }
- }
-
- [tuiOption] {
- border-radius: 0.1875rem !important;
- transition-property: background, box-shadow;
-
- &:focus,
- &._with-dropdown {
- box-shadow:
- inset 0 -1px rgba(0, 0, 0, 0.3),
- inset 0 1px rgba(255, 255, 255, 0.1),
- inset 0 -3rem 4rem -2rem rgba(0, 0, 0, 0.3);
- }
- }
}
[tuiSidebar] > div.t-wrapper {
diff --git a/web/projects/ui/src/app/components/interface-info/interface-info.component.html b/web/projects/ui/src/app/components/interface-info/interface-info.component.html
deleted file mode 100644
index 66d773063..000000000
--- a/web/projects/ui/src/app/components/interface-info/interface-info.component.html
+++ /dev/null
@@ -1,62 +0,0 @@
-{{ iFace.name }}
- {{ iFace.description }}
-
{{ address.url }}
-