Skip to content

Commit

Permalink
change class name to oc-menu-item-hover
Browse files Browse the repository at this point in the history
  • Loading branch information
elizavetaRa authored and diocas committed Jun 2, 2022
1 parent 75620ab commit 78449a4
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 38 deletions.
10 changes: 5 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,7 +22,7 @@
padding-size="small"
>
<oc-list id="create-list">
<li class="create-list-folder action-menu-item-hover">
<li class="create-list-folder oc-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>
Expand All @@ -31,7 +31,7 @@
<li
v-for="(newFileHandler, key) in newFileHandlers"
:key="key"
class="create-list-file action-menu-item-hover"
class="create-list-file oc-menu-item-hover"
>
<oc-button
appearance="raw"
Expand All @@ -49,7 +49,7 @@
<li
v-for="(mimetype, key) in mimetypesAllowedForCreation"
:key="key"
class="create-list-file action-menu-item-hover"
class="create-list-file oc-menu-item-hover"
>
<oc-button
appearance="raw"
Expand Down Expand Up @@ -99,10 +99,10 @@
padding-size="small"
>
<oc-list id="upload-list">
<li class="action-menu-item-hover">
<li class="oc-menu-item-hover">
<resource-upload ref="folder-upload" btn-class="oc-width-1-1" />
</li>
<li class="action-menu-item-hover">
<li class="oc-menu-item-hover">
<resource-upload ref="file-upload" btn-class="oc-width-1-1" :is-folder="true" />
</li>
</oc-list>
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 action-menu-item-hover"
class="oc-files-context-action oc-px-s oc-rounded oc-menu-item-hover"
/>
</oc-list>
</div>
Expand Down
Loading

0 comments on commit 78449a4

Please sign in to comment.