Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
aa4b693f
An error occurred while fetching merge requests data.
Commit
aa4b693f
authored
5 years ago
by
Alex ORLUC
Browse files
Options
Downloads
Patches
Plain Diff
FEAT #12091 TIME 0:10 fix disabled input form
parent
7cb613c1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/frontend/app/indexation/indexing-form/indexing-form.component.scss
+20
-17
20 additions, 17 deletions
...app/indexation/indexing-form/indexing-form.component.scss
with
20 additions
and
17 deletions
src/frontend/app/indexation/indexing-form/indexing-form.component.scss
+
20
−
17
View file @
aa4b693f
...
...
@@ -159,6 +159,17 @@
}
}
.input-form.mat-form-field-disabled
{
::ng-deep
.mat-input-element
{
cursor
:
not
-
allowed
;
padding-left
:
20px
;
}
::ng-deep
.mat-form-field-flex
{
cursor
:
not
-
allowed
;
border
:
dashed
1px
rgb
(
53
,
50
,
50
);
}
}
.opt-group
{
font-weight
:
bold
;
}
...
...
@@ -190,12 +201,13 @@
transition
:
all
0
.1s
;
&
:hover
,
&
[
aria-expanded
=
true
]
{
&
:hover
,
&
[
aria-expanded
=
true
]
{
background
:
$primary
!
important
;
border
:
solid
1px
white
!
important
;
color
:
white
!
important
;
transition
:
all
0
.1s
;
}
::ng-deep
.mat-button-wrapper
{
...
...
@@ -271,12 +283,13 @@
width
:
240px
;
transition
:
all
0
.1s
;
&
:hover
,
&
[
aria-expanded
=
true
]
{
&
:hover
,
&
[
aria-expanded
=
true
]
{
background
:
white
!
important
;
border
:
solid
1px
white
!
important
;
color
:
$primary
!
important
;
transition
:
all
0
.1s
;
}
::ng-deep
.mat-button-wrapper
{
...
...
@@ -358,18 +371,6 @@
}
}
.mat-form-field-disabled
{
::ng-deep
.mat-input-element
{
cursor
:
not
-
allowed
;
padding-left
:
20px
;
}
::ng-deep
.mat-form-field-flex
{
cursor
:
not
-
allowed
;
border
:
dashed
1px
rgb
(
53
,
50
,
50
);
}
}
.div-list
{
padding
:
0px
;
...
...
@@ -435,7 +436,7 @@
::ng-deep
.mat-form-field-label
{
top
:
0px
;
font-size
:
12px
;
}
}
}
.disabled
{
...
...
@@ -488,9 +489,11 @@
.categoryLabel
{
letter-spacing
:
1px
;
font-size
:
13px
;
@media
(
max-width
:
768px
)
{
font-size
:
1em
;
}
color
:
$primary
;
font-weight
:
bold
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment