Skip to content

Commit 3e1637e

Browse files
committed
removed unused styles
1 parent d17b8da commit 3e1637e

File tree

2 files changed

+1
-106
lines changed

2 files changed

+1
-106
lines changed

packages/components/src/styles/components/side-nav/header.scss

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -93,30 +93,4 @@
9393
}
9494
}
9595
}
96-
}
97-
98-
// generic "icon-button"
99-
100-
// TODO: Replace this component with Hds::Button
101-
.hds-side-nav__icon-button {
102-
@include hds-interactive-dark-theme();
103-
display: flex;
104-
align-items: center;
105-
justify-content: center;
106-
width: 36px; // same height as the dropdown "toggle"
107-
height: 36px;
108-
padding: 5px; // we take in account the transparent border
109-
110-
// disabled state:
111-
&:disabled,
112-
&[disabled],
113-
&.mock-disabled,
114-
&:disabled:focus,
115-
&[disabled]:focus,
116-
&.mock-disabled:focus,
117-
&:disabled:hover,
118-
&[disabled]:hover,
119-
&.mock-disabled:hover {
120-
@include hds-interactive-dark-theme-state-disabled();
121-
}
122-
}
96+
}

showcase/tests/integration/components/hds/side-nav/header/icon-button-test.js

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)