File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ @import ' ../variables' ;
16
+
15
17
$logs-color-black : #000 ;
16
18
$logs-color-white : #fff ;
17
19
@@ -26,6 +28,6 @@ $logs-color-white: #fff;
26
28
}
27
29
28
30
.kd-logs-element {
29
- padding : 0 ;
31
+ padding : 0 ( 2 * $baseline-grid ) 0 ( 2 * $baseline-grid ) ;
30
32
word-wrap : break-word ;
31
33
}
Original file line number Diff line number Diff line change 18
18
< span flex ="10 "> </ span >
19
19
20
20
< div layout ="row " layout-wrap layout-margin layout-align ="center center ">
21
- < span class ="kd-logs-toolbar-text "> Logs from pod</ span >
21
+ < span class ="kd-logs-toolbar-text "> Logs from pod: </ span >
22
22
< md-select class ="kd-logs-toolbar-select " aria-label ="Logs from pod " ng-model ="ctrl.pod "
23
23
md-on-close ="ctrl.onPodChange(ctrl.pod.name) "
24
24
required >
25
25
< md-option ng-repeat ="item in ctrl.pods " ng-value ="item ">
26
26
< span class ="kd-logs-toolbar-text "> {{item.name}}</ span >
27
27
</ md-option >
28
28
</ md-select >
29
- < span class ="kd-logs-toolbar-text "> container </ span >
29
+ < span class ="kd-logs-toolbar-text "> Container: </ span >
30
30
< md-select class ="kd-logs-toolbar-select " aria-label ="Containers " ng-model ="ctrl.container "
31
31
md-on-close ="ctrl.onContainerChange(ctrl.container.name) "
32
32
required >
Original file line number Diff line number Diff line change @@ -37,10 +37,18 @@ md-toolbar {
37
37
}
38
38
39
39
.kd-logs-toolbar-text {
40
- font-size : $subhead -font-size-base ;
40
+ font-size : $body -font-size-base ;
41
41
}
42
42
43
43
.kd-logs-toolbar-select {
44
44
margin-bottom : 2 * $baseline-grid ;
45
45
margin-left : auto ;
46
+
47
+ & :not ([disabled ]) {
48
+ & :focus {
49
+ .md-select-value {
50
+ color : $logs-toolbar-color-white ;
51
+ }
52
+ }
53
+ }
46
54
}
You can’t perform that action at this time.
0 commit comments