Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
efd9b5a3
Commit
efd9b5a3
authored
Apr 26, 2019
by
Robert Lyon
Committed by
Gerrit Code Review
Apr 26, 2019
Browse files
Merge "Bug 1825683: removal of border around wallposts to match the pre-existing layout"
parents
b793dcd1
a641ccd5
Changes
3
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/modern/sass/layout/card/_card.scss
View file @
efd9b5a3
...
@@ -7,9 +7,6 @@
...
@@ -7,9 +7,6 @@
.card-header
a
{
.card-header
a
{
border-width
:
0
;
border-width
:
0
;
}
}
.card-body
{
background-color
:
inherit
;
}
}
}
.card-collection
,
.card-collection
,
...
...
htdocs/theme/raw/sass/layout/card/_card-colors.scss
View file @
efd9b5a3
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,7 @@
color
:
$state-warning-text
;
color
:
$state-warning-text
;
}
}
.card-body
{
.card-body
{
background-color
:
$
card
-bg
;
background-color
:
$
state-warning
-bg
;
}
}
.card-footer
{
.card-footer
{
background-color
:
scale-color
(
$state-warning-bg
,
$lightness
:
70%
);
background-color
:
scale-color
(
$state-warning-bg
,
$lightness
:
70%
);
...
...
htdocs/theme/raw/sass/layout/card/_card.scss
View file @
efd9b5a3
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
margin-bottom
:
$line-height-computed
;
margin-bottom
:
$line-height-computed
;
border
:
1px
solid
$card-border-color
;
border
:
1px
solid
$card-border-color
;
border-radius
:
$card-border-radius
;
border-radius
:
$card-border-radius
;
@include
box-shadow
(
rgba
(
0
,
0
,
0
,
0
.05
)
0
1px
1px
);
form
{
form
{
margin
:
0
;
margin
:
0
;
}
}
...
@@ -47,6 +46,10 @@
...
@@ -47,6 +46,10 @@
border-bottom
:
0
;
border-bottom
:
0
;
}
}
}
}
//don't want border around the message
&
.wallpost
{
border
:
none
;
}
}
}
.view-pane
.card
{
.view-pane
.card
{
...
...
Write
Preview
Supports
Markdown
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