Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Phyks
kresus
Commits
b1064c2d
Commit
b1064c2d
authored
May 15, 2018
by
Nicolas Frandeboeuf
Browse files
Fix regression on operation table fuzzy selectors
parent
f55a2f9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/themes/default/style.css
View file @
b1064c2d
...
...
@@ -92,6 +92,10 @@ select {
text-overflow
:
ellipsis
;
}
button
:focus
{
outline
:
none
!important
;
}
.form-element-block
{
display
:
block
;
width
:
100%
;
...
...
@@ -106,6 +110,11 @@ select {
z-index
:
5
;
}
.Select-control
{
cursor
:
pointer
;
border
:
1px
solid
#cfd9db
;
}
.Select-control
,
.Select-input
{
height
:
32px
!important
;
...
...
@@ -624,7 +633,7 @@ form.search p.search-buttons button:last-child {
grid-template-columns
:
1
fr
2
fr
;
}
form
.search
>
.search-categories-types
>
s
elect
:not
(
:last-child
),
form
.search
>
.search-categories-types
>
.S
elect
:not
(
:last-child
),
form
.search
>
.search-amounts
>
div
:not
(
:last-child
),
form
.search
>
.search-dates
>
div
:not
(
:last-child
)
{
margin-bottom
:
inherit
;
...
...
@@ -819,10 +828,6 @@ textarea.valid-input {
margin-right
:
0.5em
;
}
button
:focus
{
outline
:
none
!important
;
}
.btn-transparent
{
color
:
inherit
;
background-color
:
transparent
;
...
...
@@ -846,12 +851,18 @@ button:focus {
}
.operation-table
select
:not
(
:hover
)
:not
(
:focus
)
:not
(
:active
),
.operation-table
input
:not
(
:hover
)
:not
(
:focus
)
:not
(
:active
)
{
.operation-table
input
:not
(
:hover
)
:not
(
:focus
)
:not
(
:active
),
.operation-table
.Select
:not
(
:hover
)
:not
(
.is-focused
)
.Select-control
{
border-color
:
transparent
;
background-image
:
none
;
background-color
:
transparent
;
}
.operation-table
.Select
:not
(
:hover
)
:not
(
.is-focused
)
.Select-clear-zone
,
.operation-table
.Select
:not
(
:hover
)
:not
(
.is-focused
)
.Select-arrow-zone
{
visibility
:
hidden
;
}
/* Inputs with addons */
.input-with-addon
{
display
:
inline-flex
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment