File tree 12 files changed +47
-95
lines changed
12 files changed +47
-95
lines changed Original file line number Diff line number Diff line change 39
39
</ head >
40
40
< body class ="console-os " ng-class ="{ 'has-project-bar': view.hasProject } ">
41
41
<!-- Add your site or application content here -->
42
- < p ng-if ="globalTechPreviewIndicator " ng-cloak class ="tech-preview-banner " translate > Technology preview is enabled</ p >
43
42
< osc-header > </ osc-header >
44
43
< toast-notifications > </ toast-notifications >
45
44
< notification-drawer-wrapper > </ notification-drawer-wrapper >
Original file line number Diff line number Diff line change 21
21
.catalog-search ,
22
22
.landing-side-bar {
23
23
top : @navbar-os-header-height-desktop ;
24
- .tech-preview & {
25
- top : @navbar-os-header-height-desktop + @tech-preview-banner-height ;
26
- }
27
24
}
28
25
}
Original file line number Diff line number Diff line change 11
11
body {
12
12
height : 1px ;
13
13
padding-top : @navbar-os-header-height-mobile ;
14
- & .tech-preview {
15
- padding-top : (@navbar-os-header-height-mobile + @tech-preview-banner-height );
16
- }
17
14
@media (min-width : @screen-sm-min ) {
18
15
padding-top : @navbar-os-header-height-desktop ;
19
- & .tech-preview {
20
- padding-top : (@navbar-os-header-height-desktop + @tech-preview-banner-height );
21
- }
22
16
}
23
17
& .has-project-bar {
24
18
padding-top : (@navbar-os-header-height-mobile + @project-bar-height-mobile );
25
- & .tech-preview {
26
- padding-top : (@navbar-os-header-height-mobile + @project-bar-height-mobile + @tech-preview-banner-height );
27
- }
28
19
@media (min-width : @screen-sm-min ) {
29
20
padding-top : (@navbar-os-header-height-desktop + @project-bar-height-desktop );
30
- & .tech-preview {
31
- padding-top : (@navbar-os-header-height-desktop + @project-bar-height-desktop + @tech-preview-banner-height );
32
- }
33
21
.container-pf-nav-pf-vertical {
34
22
margin-left : @nav-pf-vertical-width ;
35
23
& .collapsed-nav {
Original file line number Diff line number Diff line change 135
135
top : (@log-scroll-offset-top + @navbar-os-header-height-desktop );
136
136
}
137
137
}
138
- .tech-preview & {
139
- top : (@log-scroll-offset-top + @navbar-os-header-height-mobile + @project-bar-height-mobile + @tech-preview-banner-height );
140
- @media (min-width : @screen-sm-min ) {
141
- top : (@log-scroll-offset-top + @navbar-os-header-height-desktop + @project-bar-height-desktop + @tech-preview-banner-height );
142
- }
143
- }
144
- .tech-preview .chromeless & {
145
- top : (@log-scroll-offset-top + @navbar-os-header-height-mobile + @tech-preview-banner-height );
146
- @media (min-width : @screen-sm-min ) {
147
- top : (@log-scroll-offset-top + @navbar-os-header-height-desktop + @tech-preview-banner-height );
148
- }
149
- }
150
138
}
151
139
}
152
140
.log-view-output {
Original file line number Diff line number Diff line change 36
36
vertical-align : middle ;
37
37
width : 0 ;
38
38
}
39
- .layout-pf-fixed .tech-preview & {
40
- top : @tech-preview-banner-height ;
41
- }
42
39
.navbar-brand {
43
40
padding : 0 ;
44
41
@media (min-width : @screen-sm-min ) {
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ notification-drawer-wrapper {
22
22
left : 270px ;
23
23
}
24
24
}
25
- .tech-preview & {
26
- height : calc ( 100 vh ~ " - " ( @navbar-os-header-height-mobile + @project-bar-height-mobile + @tech-preview-banner-height )) ;
27
- top : ( @navbar-os-header-height-mobile + @project-bar-height-mobile + @tech-preview-banner-height ) ;
28
- @media ( min-width : @screen-sm-min ) {
29
- height : calc ( 100 vh ~ " - " ( @navbar-os-header-height-desktop + @project-bar-height-desktop + @tech-preview-banner-height ) ~ " - " 20 px ); // 20px bottom gutter
30
- top : ( @navbar-os-header-height-desktop + @project-bar-height-desktop + @tech-preview-banner-height );
31
- }
25
+ & .hide {
26
+ opacity : 0 ;
27
+ top : 38 px ;
28
+ }
29
+ & .hide-add ,
30
+ & .hide-remove {
31
+ display : block !important ;
32
32
}
33
33
}
34
34
// the whole block is clickable, need to set pointer on all of these
Original file line number Diff line number Diff line change 239
239
background-color : @navbar-pf-vertical-color ;
240
240
}
241
241
}
242
- .tech-preview & {
243
- top : @navbar-os-header-height-mobile + @tech-preview-banner-height ;
244
- @media (min-width : @screen-sm-min ) {
245
- top : @navbar-os-header-height-desktop + @tech-preview-banner-height ;
246
- }
247
- }
248
242
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 132
132
}
133
133
}
134
134
}
135
- .tech-preview & {
136
- top : (@navbar-os-header-height-mobile + @project-bar-height-mobile + @tech-preview-banner-height );
137
- @media (min-width : @screen-sm-min ) {
138
- top : (@navbar-os-header-height-desktop + @project-bar-height-desktop + @tech-preview-banner-height );
139
- }
140
- }
141
135
}
142
136
.nav-item-pf-header {
143
137
font-size : (@font-size-base + 1 );
146
140
padding : 4px 0 2px 0 ;
147
141
margin-left : 20px ;
148
142
}
149
- .tech-preview & {
150
- top : (@navbar-os-header-height-mobile + @tech-preview-banner-height );
151
- @media (min-width : @screen-sm-min ) {
152
- top : (@navbar-os-header-height-desktop + @tech-preview-banner-height );
153
- }
154
- }
155
- .tech-preview.has-project-bar & {
156
- top : (@navbar-os-header-height-mobile + @project-bar-height-mobile + @tech-preview-banner-height );
157
- @media (min-width : @screen-sm-min ) {
158
- top : (@navbar-os-header-height-desktop + @project-bar-height-desktop + @tech-preview-banner-height );
159
- }
160
- }
161
143
}
Original file line number Diff line number Diff line change 46
46
@import " _system-status.less" ;
47
47
@import " _tables.less" ;
48
48
@import " _tile.less" ;
49
- @import " _tech-preview.less" ;
50
49
@import " _tooltip.less" ;
51
50
@import " _typography.less" ;
52
51
@import " _spacers.less" ;
Original file line number Diff line number Diff line change 24
24
< style type ="text/css "> </ style >
25
25
</ head >
26
26
< body class ="console-os " ng-class ="{ 'has-project-bar': view.hasProject } ">
27
+ < < < < < < < a5da1b179d68d0e1ea25e921f5b5fe11378cdd27
27
28
< < < < < < < 33eb37eab8df0c17bc226501a924a2dc2b9b2f41
28
29
< osc-header > </ osc-header >
29
30
< toast-notifications > </ toast-notifications >
30
31
< notification-drawer-wrapper > </ notification-drawer-wrapper >
31
32
< < < < < < < b9f74dc9163281caa65a7366573d340fa288654d
32
33
=======
33
34
< p ng-if ="globalTechPreviewIndicator " ng-cloak class ="tech-preview-banner "> Technology preview is enabled</ p >
35
+ =======
36
+ > > > > > > > Removing orphaned tech-preview less and markup
34
37
< osc-header > </ osc-header >
35
38
< toast-notifications > </ toast-notifications >
36
39
< notification-drawer-wrapper > </ notification-drawer-wrapper >
You can’t perform that action at this time.
0 commit comments