aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/tabs.scss
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2023-07-25 09:20:43 -0600
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-07-26 16:28:22 +0000
commit4bd3d6764bfd48c881d9722825309ddb5956c758 (patch)
tree53296e94d91ab2cdc57c4d32a1fbcee071ae7923 /src/styles/tabs.scss
parentchore: upgrade @octokit/core to latest (diff)
downloadferdium-app-4bd3d6764bfd48c881d9722825309ddb5956c758.tar.gz
ferdium-app-4bd3d6764bfd48c881d9722825309ddb5956c758.tar.zst
ferdium-app-4bd3d6764bfd48c881d9722825309ddb5956c758.zip
style: reformat all files properly
- remove .json from .eslintignore - add type intellisense to .prettierrc.js - install missing @jest/types which is used in jest.config.js - split up typecheck and lint into two separate commands - remove --require-pragma flag from reformat-files which leads to unformatted files - install suggested @types/prop-types and @types/react-loader dependencies - add @ts-expect-error to Loader usages - reformat all scss files automatically with reformat-files command
Diffstat (limited to 'src/styles/tabs.scss')
-rw-r--r--src/styles/tabs.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/styles/tabs.scss b/src/styles/tabs.scss
index 21a5e76ce..f5e60d158 100644
--- a/src/styles/tabs.scss
+++ b/src/styles/tabs.scss
@@ -49,12 +49,13 @@
49 border-left-width: 4px; 49 border-left-width: 4px;
50 border-left-style: solid; 50 border-left-style: solid;
51 51
52 .tab-item__icon, .tab-item__label { 52 .tab-item__icon,
53 .tab-item__label {
53 margin-left: -4px; 54 margin-left: -4px;
54 } 55 }
55 } 56 }
56 57
57 &.is-label-enabled{ 58 &.is-label-enabled {
58 height: min-content; 59 height: min-content;
59 overflow: hidden; 60 overflow: hidden;
60 padding-top: 8px; 61 padding-top: 8px;
@@ -149,7 +150,7 @@
149 z-index: 99999; 150 z-index: 99999;
150 } 151 }
151 152
152 .tab-item__error-icon{ 153 .tab-item__error-icon {
153 font-size: 1.9em; 154 font-size: 1.9em;
154 color: red; 155 color: red;
155 position: absolute; 156 position: absolute;