Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Grégoire Locqueville
purescript-gargantext
Commits
c9b2d077
Commit
c9b2d077
authored
2 years ago
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/420-dev-document-css-rc0.x' into dev-merge
parents
b3b47ea2
d5153ca6
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
12 deletions
+14
-12
bootstrap-darkster.css
dist/styles/bootstrap-darkster.css
+1
-1
bootstrap-default.css
dist/styles/bootstrap-default.css
+1
-1
bootstrap-greyson.css
dist/styles/bootstrap-greyson.css
+1
-1
bootstrap-herbie.css
dist/styles/bootstrap-herbie.css
+1
-1
bootstrap-monotony.css
dist/styles/bootstrap-monotony.css
+1
-1
_list.sass
src/sass/_legacy/_list.sass
+9
-7
No files found.
dist/styles/bootstrap-darkster.css
View file @
c9b2d077
...
...
@@ -8919,7 +8919,7 @@ select.form-control {
.table
tr
td
{
height
:
48px
;
}
.table
.page-paint-raw--selected
{
.table
.page-paint-raw--selected
td
:first-child
{
position
:
relative
;
}
.table
.page-paint-raw--selected
td
:first-child::before
{
...
...
This diff is collapsed.
Click to expand it.
dist/styles/bootstrap-default.css
View file @
c9b2d077
...
...
@@ -8872,7 +8872,7 @@ select.form-control {
.table
tr
td
{
height
:
48px
;
}
.table
.page-paint-raw--selected
{
.table
.page-paint-raw--selected
td
:first-child
{
position
:
relative
;
}
.table
.page-paint-raw--selected
td
:first-child::before
{
...
...
This diff is collapsed.
Click to expand it.
dist/styles/bootstrap-greyson.css
View file @
c9b2d077
...
...
@@ -8628,7 +8628,7 @@ select.form-control {
.table
tr
td
{
height
:
48px
;
}
.table
.page-paint-raw--selected
{
.table
.page-paint-raw--selected
td
:first-child
{
position
:
relative
;
}
.table
.page-paint-raw--selected
td
:first-child::before
{
...
...
This diff is collapsed.
Click to expand it.
dist/styles/bootstrap-herbie.css
View file @
c9b2d077
...
...
@@ -8876,7 +8876,7 @@ select.form-control {
.table
tr
td
{
height
:
48px
;
}
.table
.page-paint-raw--selected
{
.table
.page-paint-raw--selected
td
:first-child
{
position
:
relative
;
}
.table
.page-paint-raw--selected
td
:first-child::before
{
...
...
This diff is collapsed.
Click to expand it.
dist/styles/bootstrap-monotony.css
View file @
c9b2d077
...
...
@@ -8877,7 +8877,7 @@ select.form-control {
.table
tr
td
{
height
:
48px
;
}
.table
.page-paint-raw--selected
{
.table
.page-paint-raw--selected
td
:first-child
{
position
:
relative
;
}
.table
.page-paint-raw--selected
td
:first-child::before
{
...
...
This diff is collapsed.
Click to expand it.
src/sass/_legacy/_list.sass
View file @
c9b2d077
...
...
@@ -9,15 +9,17 @@
.page-paint-raw
&
--selected
position
:
relative
td
:
first-child
::
before
@include
fit-positions
td
:first-child
position
:
relative
content
:
""
width
:
3px
background-color
:
$info
position
:
absolute
&
:
:
before
@include
fit-positions
content
:
""
width
:
3px
background-color
:
$info
position
:
absolute
///////////////////////
...
...
This diff is collapsed.
Click to expand it.
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