mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
fix(sonar): took down minor sonar warning
This commit is contained in:
committed by
Corentin THOMASSET
parent
ebfb872fae
commit
4cbd7ac145
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user