ui: Fixed coin select.

This commit is contained in:
gerlofvanek
2022-11-11 15:12:56 +01:00
committed by tecnovert
parent d78ff8573c
commit 020a65db8a
5 changed files with 25 additions and 27 deletions

View File

@@ -6,13 +6,13 @@
border-width: 1px;
border-color: #fff
}
.blaat:active {
.ms-effect:active {
border-radius: 0.5rem;
border-width: 1px;
border-color: #3b82f6;
outline: none !important
}
.blaat:focus {
.ms-effect:focus {
border-radius: 0.5rem;
border-width: 1px;
border-color: #3b82f6;

View File

@@ -49,7 +49,7 @@
},
...t
}, this._css = {}, this._onDocumentClick = null, this._onDocumentKeyDown = null, this._onDocumentKeyUp = null, this._isOpen = !1, this._DOWN_ARROW = 40, this._UP_ARROW = 38, this._LEFT_ARROW = 37, this._RIGHT_ARROW = 39, this._ESCAPE = 27, this._ENTER = 13, this._ALPHABETS_START = 47, this._SHIFT = 16, this._CONTROL = 17, this._MAC_CONTROL = 91, this._BACKSPACE = 8, this._DELETE = 46, this._SPACE = 32, this._shiftHolded = !1, this._controlHolded = !1, this._isFirstTime = !0, this._cacheEle = {}, this._isMouseDown = !1, this._itemsArr = [], this._css = {
dd: this._settings.mainCss + " ms-pr blaat",
dd: this._settings.mainCss + " ms-pr ms-effect",
wrapperDisabled: "disabled",
headerA: "ms-list-option option-selected ",
header: "ms-dd-header ",