Skip to content
Snippets Groups Projects
Unverified Commit f8b1f38b authored by Phil Hughes's avatar Phil Hughes
Browse files

disable hover styles correctly in file finder dropdown

parent 70bd90ba
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -202,6 +202,7 @@ export default {
:key="file.key"
>
<item
class="disable-hover"
:file="file"
:search-text="searchText"
:focused="index === focusedIndex"
Loading
Loading
Loading
Loading
@@ -43,7 +43,7 @@
border-color: $gray-darkest;
}
 
[data-toggle="dropdown"] {
[data-toggle='dropdown'] {
outline: 0;
}
}
Loading
Loading
@@ -172,7 +172,11 @@
color: $brand-danger;
}
 
&:hover,
&.disable-hover {
text-decoration: none;
}
&:not(.disable-hover):hover,
&:active,
&:focus,
&.is-focused {
Loading
Loading
@@ -507,17 +511,16 @@
}
 
&.is-indeterminate::before {
content: "\f068";
content: '\f068';
}
 
&.is-active::before {
content: "\f00c";
content: '\f00c';
}
}
}
}
 
.dropdown-title {
position: relative;
padding: 2px 25px 10px;
Loading
Loading
@@ -723,7 +726,6 @@
}
}
 
.dropdown-menu-due-date {
.dropdown-content {
max-height: 230px;
Loading
Loading
@@ -853,7 +855,7 @@ header.header-content .dropdown-menu.projects-dropdown-menu {
}
 
.projects-list-frequent-container,
.projects-list-search-container, {
.projects-list-search-container {
padding: 8px 0;
overflow-y: auto;
}
Loading
Loading
@@ -904,8 +906,7 @@ header.header-content .dropdown-menu.projects-dropdown-menu {
}
 
.projects-list-item-container {
.project-item-avatar-container
.project-item-metadata-container {
.project-item-avatar-container .project-item-metadata-container {
float: left;
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment