Skip to content
Snippets Groups Projects
Commit 9bee5b62 authored by Chen, Steven's avatar Chen, Steven
Browse files

Merge branch 'production-fix-sort-button2' into 'master'

add important in globals.css

See merge request !46
parents f45ec092 64b31847
No related branches found
No related tags found
6 merge requests!65Master,!53Cv upload,!50Change navigation buttons to reflect user feedback,!49Master,!47fix profuction sort button flickering issue,!46add important in globals.css
Pipeline #424126 passed
.sortButton {
background-color: transparent;
background-repeat: no-repeat;
border: none;
cursor: pointer;
overflow: hidden;
outline: none;
padding: 0px;
background-color: transparent !important;
background-repeat: no-repeat !important;
border: none !important;
cursor: pointer !important;
overflow: hidden !important;
outline: none !important;
padding: 0px !important;
}
.sortButton:hover{
background-color: transparent;
background-repeat: no-repeat;
border: none;
cursor: pointer;
overflow: hidden;
outline: none;
padding: 0px;
background-color: transparent !important;
background-repeat: no-repeat !important;
border: none !important;
cursor: pointer !important;
overflow: hidden !important;
outline: none !important;
padding: 0px !important;
}
.searchButton {
background-color: transparent;
background-repeat: no-repeat;
border: none;
cursor: pointer;
overflow: hidden;
outline: none;
padding: 0px;
background-color: transparent !important;
background-repeat: no-repeat !important;
border: none !important;
cursor: pointer !important;
overflow: hidden !important;
outline: none !important;
padding: 0px !important;
}
.searchButton:hover{
background-color: transparent;
background-repeat: no-repeat;
border: none;
cursor: pointer;
overflow: hidden;
outline: none;
padding: 0px;
background-color: transparent !important;
background-repeat: no-repeat !important;
border: none !important;
cursor: pointer !important;
overflow: hidden !important;
outline: none !important;
padding: 0px !important;
}
\ No newline at end of file
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