File tree Expand file tree Collapse file tree 2 files changed +1
-106
lines changed
packages/components/src/styles/components/side-nav Expand file tree Collapse file tree 2 files changed +1
-106
lines changed Original file line number Diff line number Diff line change 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+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments