2012-12-07 22:33:03 +01:00
|
|
|
/**
|
|
|
|
* @provides phabricator-side-menu-view-css
|
|
|
|
*/
|
|
|
|
|
2013-06-05 17:41:43 +02:00
|
|
|
.phabricator-side-menu .phui-list-item-view {
|
2012-12-07 22:33:03 +01:00
|
|
|
display: block;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 13px;
|
2014-05-25 06:56:45 +02:00
|
|
|
-webkit-font-smoothing: antialiased;
|
2012-12-07 22:33:03 +01:00
|
|
|
}
|
|
|
|
|
2013-06-05 17:41:43 +02:00
|
|
|
.phabricator-side-menu .phui-list-item-href {
|
|
|
|
display: block;
|
2013-01-14 22:40:51 +01:00
|
|
|
padding: 6px 8px 6px 24px;
|
2014-05-25 06:56:45 +02:00
|
|
|
color: {$darkbluetext};
|
2013-05-17 18:58:37 +02:00
|
|
|
}
|
|
|
|
|
2014-05-31 06:03:23 +02:00
|
|
|
.phabricator-side-menu .phui-list-item-selected {
|
2014-05-25 22:18:51 +02:00
|
|
|
background-color: {$hovergrey};
|
2014-05-29 05:56:20 +02:00
|
|
|
border-left: 4px solid {$sky};
|
2014-05-25 06:56:45 +02:00
|
|
|
}
|
|
|
|
|
2014-05-31 06:03:23 +02:00
|
|
|
.device-desktop .phabricator-side-menu .phui-list-item-selected
|
|
|
|
a.phui-list-item-href:hover {
|
|
|
|
background-color: {$hoverselectedgrey};
|
|
|
|
}
|
|
|
|
|
2014-05-25 06:56:45 +02:00
|
|
|
.phabricator-side-menu .phui-list-item-selected .phui-list-item-href {
|
|
|
|
padding-left: 20px;
|
2012-12-07 22:33:03 +01:00
|
|
|
}
|
|
|
|
|
2013-06-05 17:41:43 +02:00
|
|
|
.phabricator-side-menu .phui-list-item-type-label {
|
2013-01-14 22:40:51 +01:00
|
|
|
padding: 6px 8px 4px 12px;
|
2014-05-25 06:56:45 +02:00
|
|
|
color: {$darkbluetext};
|
2012-12-07 22:33:03 +01:00
|
|
|
text-transform: uppercase;
|
2014-05-25 06:56:45 +02:00
|
|
|
font-size: 12px;
|
2013-01-14 22:40:51 +01:00
|
|
|
font-weight: bold;
|
|
|
|
border-style: solid;
|
2013-01-29 19:20:17 +01:00
|
|
|
}
|
|
|
|
|
2013-06-05 17:41:43 +02:00
|
|
|
.device-desktop .phabricator-side-menu a.phui-list-item-href:hover {
|
2012-12-07 22:33:03 +01:00
|
|
|
text-decoration: none;
|
2014-05-25 22:18:51 +02:00
|
|
|
background-color: {$hovergrey};
|
2012-12-07 22:33:03 +01:00
|
|
|
}
|