1
0
mirror of https://github.com/quay/quay.git synced 2026-01-27 18:42:52 +03:00
Files
quay/static/js/directives/ui/markdown/markdown-toolbar.component.css
2019-11-12 11:09:47 -05:00

9 lines
172 B
CSS

.markdown-toolbar-element .dropdown-menu li > * {
margin: 0 4px;
}
.markdown-toolbar-element .dropdown-menu li:hover {
cursor: pointer;
background-color: #e6e6e6;
}