From ffa2eaeb5629660b98d96605f632f54836868fff Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Mon, 12 Mar 2018 09:32:19 +0100 Subject: Fixed inline confirm icon index Fixed bullet/icon combination visibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/inputs.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/css/inputs.scss') diff --git a/core/css/inputs.scss b/core/css/inputs.scss index caa8209bdbd..7509575f9e5 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -219,7 +219,7 @@ input { background-clip: padding-box; /* Avoid background under border */ background-color: $color-main-background !important; opacity: 1; - width: 16px; + width: 34px; padding: 7px 6px; cursor: pointer; &:disabled { @@ -247,6 +247,7 @@ input { + .icon-confirm { border-color: $color-primary-element !important; border-left-color: transparent !important; + z-index: 2; /* above previous input */ } } } -- cgit v1.2.3