Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,695
Issues
1,695
List
Boards
Labels
Service Desk
Milestones
Merge Requests
88
Merge Requests
88
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
f622397e
Commit
f622397e
authored
Mar 18, 2019
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-c/3808-pointer-on-icon' into 'dev'
Put pointer cursor on icons Closes
#3808
See merge request
!441
parents
d842c0e5
c121ab86
Pipeline
#68907
passed with stages
in 6 minutes and 13 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
43 additions
and
0 deletions
+43
-0
browser/css/dark.css
browser/css/dark.css
+5
-0
browser/css/light.css
browser/css/light.css
+9
-0
browser/css/segmenter_page.css
browser/css/segmenter_page.css
+5
-0
browser/css/svg.css
browser/css/svg.css
+9
-0
browser/css/talk.css
browser/css/talk.css
+9
-0
browser/css/vidjil.less
browser/css/vidjil.less
+6
-0
No files found.
browser/css/dark.css
View file @
f622397e
...
...
@@ -1946,9 +1946,13 @@ label.highlight_label {
height
:
100%
;
vertical-align
:
bottom
;
}
i
[
class
*=
"icon-"
]
{
cursor
:
pointer
;
}
.disabledClass
{
pointer-events
:
none
;
opacity
:
0.4
;
cursor
:
auto
;
}
.db_table
td
.pre-line
{
white-space
:
pre-line
;
...
...
@@ -2245,4 +2249,5 @@ form .form_label {
.disabledbutton
{
pointer-events
:
none
;
opacity
:
0.4
;
cursor
:
auto
;
}
browser/css/light.css
View file @
f622397e
...
...
@@ -1946,9 +1946,13 @@ label.highlight_label {
height
:
100%
;
vertical-align
:
bottom
;
}
i
[
class
*=
"icon-"
]
{
cursor
:
pointer
;
}
.disabledClass
{
pointer-events
:
none
;
opacity
:
0.4
;
cursor
:
auto
;
}
.db_table
td
.pre-line
{
white-space
:
pre-line
;
...
...
@@ -2242,3 +2246,8 @@ form .form_label {
[
hidden
]
{
display
:
none
!important
;
}
.disabledbutton
{
pointer-events
:
none
;
opacity
:
0.4
;
cursor
:
auto
;
}
browser/css/segmenter_page.css
View file @
f622397e
...
...
@@ -1946,9 +1946,13 @@ label.highlight_label {
height
:
100%
;
vertical-align
:
bottom
;
}
i
[
class
*=
"icon-"
]
{
cursor
:
pointer
;
}
.disabledClass
{
pointer-events
:
none
;
opacity
:
0.4
;
cursor
:
auto
;
}
.db_table
td
.pre-line
{
white-space
:
pre-line
;
...
...
@@ -2245,6 +2249,7 @@ form .form_label {
.disabledbutton
{
pointer-events
:
none
;
opacity
:
0.4
;
cursor
:
auto
;
}
body
{
line-height
:
20px
;
...
...
browser/css/svg.css
View file @
f622397e
...
...
@@ -1941,9 +1941,13 @@ label.highlight_label {
height
:
100%
;
vertical-align
:
bottom
;
}
i
[
class
*=
"icon-"
]
{
cursor
:
pointer
;
}
.disabledClass
{
pointer-events
:
none
;
opacity
:
0.4
;
cursor
:
auto
;
}
.db_table
td
.pre-line
{
white-space
:
pre-line
;
...
...
@@ -2237,6 +2241,11 @@ form .form_label {
[
hidden
]
{
display
:
none
!important
;
}
.disabledbutton
{
pointer-events
:
none
;
opacity
:
0.4
;
cursor
:
auto
;
}
#resolution5
{
opacity
:
0
;
}
...
...
browser/css/talk.css
View file @
f622397e
...
...
@@ -1943,9 +1943,13 @@ label.highlight_label {
height
:
100%
;
vertical-align
:
bottom
;
}
i
[
class
*=
"icon-"
]
{
cursor
:
pointer
;
}
.disabledClass
{
pointer-events
:
none
;
opacity
:
0.4
;
cursor
:
auto
;
}
.db_table
td
.pre-line
{
white-space
:
pre-line
;
...
...
@@ -2239,6 +2243,11 @@ form .form_label {
[
hidden
]
{
display
:
none
!important
;
}
.disabledbutton
{
pointer-events
:
none
;
opacity
:
0.4
;
cursor
:
auto
;
}
#mid-container
{
font-size
:
125%
;
}
...
...
browser/css/vidjil.less
View file @
f622397e
...
...
@@ -2213,9 +2213,14 @@ label.highlight_label {
vertical-align: bottom;
}
i[class*="icon-"] {
cursor:pointer;
}
.disabledClass {
pointer-events: none;
opacity: 0.4;
cursor: auto;
}
.db_table td.pre-line {
...
...
@@ -2587,4 +2592,5 @@ form {
.disabledbutton {
pointer-events: none;
opacity: 0.4;
cursor: auto;
}
\ No newline at end of file
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