mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-30 00:55:36 +02:00
🚨 Fixes sonarcloud linter warning
This commit is contained in:
parent
d5643bc0dc
commit
3b1abbb6f4
@ -431,8 +431,6 @@ export default {
|
|||||||
border-bottom-color: transparent!important;
|
border-bottom-color: transparent!important;
|
||||||
bottom: -11px;
|
bottom: -11px;
|
||||||
left: calc(50% - 5px);
|
left: calc(50% - 5px);
|
||||||
margin-top: 0;
|
|
||||||
margin-bottom: 0;
|
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
@ -108,12 +108,10 @@ html {
|
|||||||
border-bottom-color: transparent!important;
|
border-bottom-color: transparent!important;
|
||||||
bottom: -11px;
|
bottom: -11px;
|
||||||
left: calc(50% - 5px);
|
left: calc(50% - 5px);
|
||||||
margin-top: 0;
|
margin: 5px;
|
||||||
margin-bottom: 0;
|
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin: 5px;
|
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user