@netang/quasar 0.1.35 → 0.1.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1599,6 +1599,7 @@ export default {
|
|
|
1599
1599
|
width: 8px;
|
|
1600
1600
|
height: 8px;
|
|
1601
1601
|
border: 2px solid var(--q-primary);
|
|
1602
|
+
pointer-events: none;
|
|
1602
1603
|
}
|
|
1603
1604
|
}
|
|
1604
1605
|
|
|
@@ -1616,8 +1617,6 @@ export default {
|
|
|
1616
1617
|
align-items: center;
|
|
1617
1618
|
padding: 4px 5px;
|
|
1618
1619
|
margin-left: -5px;
|
|
1619
|
-
//border-top: 2px transparent solid;
|
|
1620
|
-
//border-bottom: 2px transparent solid;
|
|
1621
1620
|
color: #000000;
|
|
1622
1621
|
|
|
1623
1622
|
&:after {
|
|
@@ -1629,6 +1628,7 @@ export default {
|
|
|
1629
1628
|
right: 0;
|
|
1630
1629
|
border-top: 2px transparent solid;
|
|
1631
1630
|
border-bottom: 2px transparent solid;
|
|
1631
|
+
pointer-events: none;
|
|
1632
1632
|
}
|
|
1633
1633
|
}
|
|
1634
1634
|
}
|