Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
socialblue
Commits
dfb699ab
Commit
dfb699ab
authored
Oct 22, 2021
by
Agami4
Browse files
Issue
#3245115
by agami4: Hide extra button on the modal
parent
03207914
Changes
2
Show whitespace changes
Inline
Side-by-side
assets/css/modal.css
View file @
dfb699ab
.ui-dialog
{
border-radius
:
10px
;
}
.ui-dialog
.form--content-reporting
.form-actions
.button
{
display
:
none
!important
;
}
components/04-organisms/modal/modal.scss
View file @
dfb699ab
...
...
@@ -2,4 +2,12 @@
.ui-dialog
{
border-radius
:
$border-radius-base
;
.form--content-reporting
{
.form-actions
{
.button
{
display
:
none
!
important
;
}
}
}
}
\ 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