mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 06:55:06 -04:00
fix(sonar): took down minor sonar warning
This commit is contained in:
parent
ebfb872fae
commit
4cbd7ac145
2 changed files with 1 additions and 3 deletions
|
@ -199,7 +199,6 @@ const htmlInputType = computed(() => {
|
|||
}
|
||||
|
||||
& > .label {
|
||||
flex-shrink: 0;
|
||||
margin-bottom: 5px;
|
||||
flex: 0 0 v-bind('labelWidth');
|
||||
text-align: v-bind('labelAlign');
|
||||
|
@ -254,7 +253,6 @@ const htmlInputType = computed(() => {
|
|||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
color: v-bind('appTheme.text.baseColor');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue