fixed incorrect caret

closes #3425
This commit is contained in:
Miodec 2022-08-22 15:26:15 +02:00
parent 1b8677e968
commit fb19fb37e1

View file

@ -38,15 +38,15 @@
}
#caret {
background-image: url(https://i.imgur.com/yN31JmJ.png);
background-color: transparent;
background-size: 1rem;
background-position: center;
background-repeat: no-repeat;
background-image: url(https://i.imgur.com/yN31JmJ.png) !important;
background-color: transparent !important;
background-size: 1rem !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
#caret.default {
width: 4px;
width: 4px !important;
}
.config .toggleButton {