Skip to content

Commit dcb6822

Browse files
committed
Remove font-family and rename detail tab to 'selected'
1 parent 53ccd68 commit dcb6822

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

src/pages/index.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const json: FlexLayout.IJsonModel = {
5656
{
5757
type: "tab",
5858
enableClose: false,
59-
name: "Detail",
59+
name: "Selected",
6060
component: "RequestDetail",
6161
},
6262
],

src/styles/flexlayout-dark.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
$color_drag2_background: rgba(128, 128, 128, 0.15) !default;
1515

1616
$font-size: medium !default;
17-
$font-family: Roboto, Arial, sans-serif !default;
1817

1918
.flexlayout {
2019
&__layout {
@@ -33,7 +32,6 @@
3332
--color-drag2-background: #{$color_drag2_background};
3433

3534
--font-size: #{$font_size};
36-
--font-family: #{$font_family};
3735

3836
--color-overflow: gray;
3937
--color-icon: gray;

src/styles/flexlayout-light.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ $color_drag1_background: rgba(95, 134, 196, 0.1) !default;
1313
$color_drag2_background: rgba(119, 166, 119, 0.075) !default;
1414

1515
$font-size: medium !default;
16-
$font-family: Roboto, Arial, sans-serif !default;
1716

1817
.flexlayout {
1918
&__layout {
@@ -32,7 +31,6 @@ $font-family: Roboto, Arial, sans-serif !default;
3231
--color-drag2-background: #{$color_drag2_background};
3332

3433
--font-size: #{$font_size};
35-
--font-family: #{$font_family};
3634

3735
--color-overflow: gray;
3836
--color-icon: gray;

0 commit comments

Comments
 (0)