UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
P
Party Bus
Launchboard
launchboard-fe
Commits
c81be0cb
Commit
c81be0cb
authored
Apr 30, 2021
by
graham.smith
Browse files
refactor no-border
parent
9a5499c7
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
36 deletions
+12
-36
src/components/EditableInput.vue
src/components/EditableInput.vue
+1
-3
src/components/LaunchboardSettings.vue
src/components/LaunchboardSettings.vue
+1
-1
src/components/NavBar.vue
src/components/NavBar.vue
+1
-6
src/components/ProjectsSummary.vue
src/components/ProjectsSummary.vue
+1
-10
src/components/Section.vue
src/components/Section.vue
+0
-1
src/scss/custom.scss
src/scss/custom.scss
+1
-4
src/views/Launchboard.vue
src/views/Launchboard.vue
+0
-1
src/views/Projects.vue
src/views/Projects.vue
+0
-1
src/views/Team.vue
src/views/Team.vue
+1
-2
src/views/super-admin/Personnel.vue
src/views/super-admin/Personnel.vue
+3
-4
src/views/super-admin/Teams.vue
src/views/super-admin/Teams.vue
+2
-2
src/views/super-admin/Training.vue
src/views/super-admin/Training.vue
+1
-1
No files found.
src/components/EditableInput.vue
View file @
c81be0cb
...
@@ -167,9 +167,7 @@ export default {
...
@@ -167,9 +167,7 @@ export default {
.mt-n5px
{
.mt-n5px
{
margin-top
:
-5px
;
margin-top
:
-5px
;
}
}
.theme--dark.v-text-field.no-border
.theme--dark.v-text-field
>
.v-input__control
>
.v-input__slot
:before
{
>
.v-input__control
>
.v-input__slot
:before
{
border-color
:
transparent
!
important
;
border-color
:
transparent
!
important
;
display
:
none
;
display
:
none
;
}
}
...
...
src/components/LaunchboardSettings.vue
View file @
c81be0cb
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<v-btn
<v-btn
icon
icon
color=
"secondary"
color=
"secondary"
class=
"
no-border
no-link"
class=
"no-link"
v-bind=
"attrs"
v-bind=
"attrs"
v-on=
"on"
v-on=
"on"
href=
"https://login.dso.mil/auth/realms/baby-yoda/account/"
href=
"https://login.dso.mil/auth/realms/baby-yoda/account/"
...
...
src/components/NavBar.vue
View file @
c81be0cb
...
@@ -41,12 +41,7 @@
...
@@ -41,12 +41,7 @@
</router-link>
</router-link>
</div>
</div>
</v-toolbar-items>
</v-toolbar-items>
<v-btn
<v-btn
icon
class=
"no-link nav-item"
id=
"settings-button"
to=
"/settings"
>
icon
class=
"no-border no-link nav-item"
id=
"settings-button"
to=
"/settings"
>
<v-icon>
mdi-cog
</v-icon>
<v-icon>
mdi-cog
</v-icon>
</v-btn>
</v-btn>
<v-app-bar-nav-icon
<v-app-bar-nav-icon
...
...
src/components/ProjectsSummary.vue
View file @
c81be0cb
...
@@ -61,12 +61,7 @@
...
@@ -61,12 +61,7 @@
<!-- dots menu visible in xs -->
<!-- dots menu visible in xs -->
<v-menu
left
content-class=
"project-summary-menu"
>
<v-menu
left
content-class=
"project-summary-menu"
>
<
template
v-slot:activator=
"{ on, attrs }"
>
<
template
v-slot:activator=
"{ on, attrs }"
>
<v-btn
<v-btn
icon
v-bind=
"attrs"
v-on=
"on"
class=
"d-sm-none"
>
icon
v-bind=
"attrs"
v-on=
"on"
class=
"d-sm-none no-border"
>
<v-icon>
mdi-dots-vertical
</v-icon>
<v-icon>
mdi-dots-vertical
</v-icon>
</v-btn>
</v-btn>
</
template
>
</
template
>
...
@@ -136,7 +131,6 @@
...
@@ -136,7 +131,6 @@
v-on=
"on"
v-on=
"on"
@
click.native.stop
@
click.native.stop
color=
"secondary"
color=
"secondary"
class=
"no-border"
>
>
<v-icon
small
>
$vuetify.icons.gitlab
</v-icon>
<v-icon
small
>
$vuetify.icons.gitlab
</v-icon>
</v-btn>
</v-btn>
...
@@ -154,7 +148,6 @@
...
@@ -154,7 +148,6 @@
v-on=
"on"
v-on=
"on"
@
click.native.stop
@
click.native.stop
color=
"secondary"
color=
"secondary"
class=
"no-border"
>
>
<GitLabIcon
class=
"icon small"
icon=
"rocket"
/>
<GitLabIcon
class=
"icon small"
icon=
"rocket"
/>
</v-btn>
</v-btn>
...
@@ -172,7 +165,6 @@
...
@@ -172,7 +165,6 @@
v-on=
"on"
v-on=
"on"
@
click.native.stop
@
click.native.stop
color=
"secondary"
color=
"secondary"
class=
"no-border"
>
>
<v-icon
small
>
$vuetify.icons.jira
</v-icon>
<v-icon
small
>
$vuetify.icons.jira
</v-icon>
</v-btn>
</v-btn>
...
@@ -190,7 +182,6 @@
...
@@ -190,7 +182,6 @@
v-on=
"on"
v-on=
"on"
@
click.native.stop
@
click.native.stop
color=
"secondary"
color=
"secondary"
class=
"no-border"
>
>
<v-icon
small
>
$vuetify.icons.confluence
</v-icon>
<v-icon
small
>
$vuetify.icons.confluence
</v-icon>
</v-btn>
</v-btn>
...
...
src/components/Section.vue
View file @
c81be0cb
...
@@ -5,7 +5,6 @@
...
@@ -5,7 +5,6 @@
<v-spacer
/>
<v-spacer
/>
<slot
name=
"header-right"
></slot>
<slot
name=
"header-right"
></slot>
<v-btn
<v-btn
class=
"no-border"
v-if=
"!hideCollapse && !hideCollapseButton"
v-if=
"!hideCollapse && !hideCollapseButton"
icon
icon
@
click=
"isCollapsed = !isCollapsed"
@
click=
"isCollapsed = !isCollapsed"
...
...
src/scss/custom.scss
View file @
c81be0cb
...
@@ -65,6 +65,7 @@ body {
...
@@ -65,6 +65,7 @@ body {
.v-btn
{
.v-btn
{
height
:
40px
;
height
:
40px
;
text-transform
:
uppercase
;
text-transform
:
uppercase
;
border
:
none
!
important
;
&
:not
(
.v-btn--round
)
.v-size--default
{
&
:not
(
.v-btn--round
)
.v-size--default
{
min-width
:
160px
;
min-width
:
160px
;
...
@@ -73,10 +74,6 @@ body {
...
@@ -73,10 +74,6 @@ body {
&
.primary
{
&
.primary
{
color
:
$primary-button-text-color
!
important
;
color
:
$primary-button-text-color
!
important
;
}
}
&
.no-border
{
border
:
none
!
important
;
}
}
}
// some text areas have a label too close to the text field
// some text areas have a label too close to the text field
...
...
src/views/Launchboard.vue
View file @
c81be0cb
...
@@ -53,7 +53,6 @@
...
@@ -53,7 +53,6 @@
<v-tooltip
top
>
<v-tooltip
top
>
<template
v-slot:activator=
"
{ on, attrs }">
<template
v-slot:activator=
"
{ on, attrs }">
<v-btn
<v-btn
class=
"no-border"
icon
icon
v-bind=
"attrs"
v-bind=
"attrs"
v-on=
"on"
v-on=
"on"
...
...
src/views/Projects.vue
View file @
c81be0cb
...
@@ -9,7 +9,6 @@
...
@@ -9,7 +9,6 @@
<v-tooltip
top
>
<v-tooltip
top
>
<template
v-slot:activator=
"
{ on, attrs }">
<template
v-slot:activator=
"
{ on, attrs }">
<v-btn
<v-btn
class=
"no-border"
icon
icon
v-bind=
"attrs"
v-bind=
"attrs"
v-on=
"on"
v-on=
"on"
...
...
src/views/Team.vue
View file @
c81be0cb
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<v-btn
<v-btn
v-if=
"canEdit && !loading && permission"
v-if=
"canEdit && !loading && permission"
color=
"secondary"
color=
"secondary"
class=
"
no-border
mr-4"
class=
"mr-4"
@
click=
"exportTeams"
@
click=
"exportTeams"
>
>
Export List
Export List
...
@@ -30,7 +30,6 @@
...
@@ -30,7 +30,6 @@
<v-btn
<v-btn
v-if=
"canEdit && !loading && permission"
v-if=
"canEdit && !loading && permission"
color=
"primary"
color=
"primary"
class=
"no-border"
@
click=
"state.showEditDialog = true"
@
click=
"state.showEditDialog = true"
>
>
Edit Team Details
Edit Team Details
...
...
src/views/super-admin/Personnel.vue
View file @
c81be0cb
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
<template
v-slot:activator=
"
{ on, attrs }">
<template
v-slot:activator=
"
{ on, attrs }">
<v-btn
<v-btn
color=
"secondary"
color=
"secondary"
class=
"no-
border no-link ml-2 light-btn
"
class=
"no-
link ml-2
"
target=
"_blank"
target=
"_blank"
@
click=
"isExporting = true"
@
click=
"isExporting = true"
v-bind=
"attrs"
v-bind=
"attrs"
...
@@ -58,13 +58,12 @@
...
@@ -58,13 +58,12 @@
<v-card-actions>
<v-card-actions>
<v-spacer></v-spacer>
<v-spacer></v-spacer>
<v-btn
color=
""
text
@
click=
"isExporting = false"
>
<v-btn
color=
"
secondary
"
text
@
click=
"isExporting = false"
>
Cancel
Cancel
</v-btn>
</v-btn>
<v-btn
<v-btn
color=
"primary"
:loading=
"isExportingActive"
:loading=
"isExportingActive"
text
class=
"light-btn"
@
click=
"exportList"
@
click=
"exportList"
>
>
Export List
Export List
...
...
src/views/super-admin/Teams.vue
View file @
c81be0cb
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
<v-col
cols=
"12"
md=
"8"
class=
"text-right px-0"
>
<v-col
cols=
"12"
md=
"8"
class=
"text-right px-0"
>
<v-btn
<v-btn
color=
"secondary"
color=
"secondary"
class=
"
no-border
mr-0 mr-sm-2 mb-6 mb-sm-0"
class=
"mr-0 mr-sm-2 mb-6 mb-sm-0"
:block=
"$vuetify.breakpoint.xs"
:block=
"$vuetify.breakpoint.xs"
@
click=
"exportTeams"
@
click=
"exportTeams"
>
>
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
</v-btn>
</v-btn>
<v-btn
<v-btn
color=
"primary"
color=
"primary"
class=
"
no-border
mb-6 mb-sm-0"
class=
"mb-6 mb-sm-0"
:block=
"$vuetify.breakpoint.xs"
:block=
"$vuetify.breakpoint.xs"
:disabled=
"state.isUndoingDelete"
:disabled=
"state.isUndoingDelete"
@
click=
"state.isAdding = true"
@
click=
"state.isAdding = true"
...
...
src/views/super-admin/Training.vue
View file @
c81be0cb
...
@@ -157,7 +157,7 @@
...
@@ -157,7 +157,7 @@
<v-btn
<v-btn
icon
icon
color=
"secondary"
color=
"secondary"
class=
"
no-border
no-link ml-2"
class=
"no-link ml-2"
v-bind=
"attrs"
v-bind=
"attrs"
v-on=
"on"
v-on=
"on"
:href=
"`mailto:$
{item.instructors[0].email},${item.instructors[1].email}`"
:href=
"`mailto:$
{item.instructors[0].email},${item.instructors[1].email}`"
...
...
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