Skip to content

Commit

Permalink
action-menu-item-hover class
Browse files Browse the repository at this point in the history
  • Loading branch information
elizavetaRa committed May 2, 2022
1 parent 9de5918 commit 4968177
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,8 @@
"vue-concurrency": {
"built": true
}
},
"resolutions": {
"owncloud-design-system": "portal:/home/eli/dev/design"
}
}
14 changes: 9 additions & 5 deletions packages/web-app-files/src/components/AppBar/CreateAndUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,17 @@
padding-size="small"
>
<oc-list id="create-list">
<li class="create-list-folder">
<li class="create-list-folder action-menu-item-hover">
<oc-button id="new-folder-btn" appearance="raw" @click="showCreateResourceModal">
<oc-resource-icon :resource="{ isFolder: true, extension: '' }" size="medium" />
<translate>Folder</translate>
</oc-button>
</li>
<li v-for="(newFileHandler, key) in newFileHandlers" :key="key" class="create-list-file">
<li
v-for="(newFileHandler, key) in newFileHandlers"
:key="key"
class="create-list-file action-menu-item-hover"
>
<oc-button
appearance="raw"
:class="['new-file-btn-' + newFileHandler.ext]"
Expand All @@ -45,7 +49,7 @@
<li
v-for="(mimetype, key) in mimetypesAllowedForCreation"
:key="key"
class="create-list-file"
class="create-list-file action-menu-item-hover"
>
<oc-button
appearance="raw"
Expand Down Expand Up @@ -104,7 +108,7 @@
padding-size="small"
>
<oc-list id="upload-list">
<li>
<li class="action-menu-item-hover">
<folder-upload
:root-path="currentPath"
:path="currentPath"
Expand All @@ -114,7 +118,7 @@
@progress="onFileProgress"
/>
</li>
<li>
<li class="action-menu-item-hover">
<file-upload
:path="currentPath"
:headers="headers"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:key="`section-${section.name}-action-${actionIndex}`"
:action="action"
:items="items"
class="oc-files-context-action oc-px-s oc-rounded"
class="oc-files-context-action oc-px-s oc-rounded action-menu-item-hover"
/>
</oc-list>
</div>
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9664,9 +9664,9 @@ __metadata:
languageName: node
linkType: hard

"owncloud-design-system@npm:^13.1.0-rc.3":
version: 13.1.0-rc.3
resolution: "owncloud-design-system@npm:13.1.0-rc.3"
"owncloud-design-system@portal:/home/eli/dev/design::locator=root-workspace-0b6124%40workspace%3A.":
version: 0.0.0-use.local
resolution: "owncloud-design-system@portal:/home/eli/dev/design::locator=root-workspace-0b6124%40workspace%3A."
peerDependencies:
"@popperjs/core": ^2.4.0
"@vue/composition-api": ^1.4.3
Expand All @@ -9683,9 +9683,8 @@ __metadata:
vue-inline-svg: ^2.0.0
vue-select: ^3.12.0
webfontloader: ^1.6.28
checksum: 43119c863273b0dde35aa9c854386a4ebf731104ae6a7541788d89760abc576b6bba6a7cc8962cc1c2053797982250149fdf9c79bb892e91403221b7441ca636
languageName: node
linkType: hard
linkType: soft

"owncloud-sdk@npm:~3.0.0-alpha.4":
version: 3.0.0-alpha.4
Expand Down

0 comments on commit 4968177

Please sign in to comment.