remove border around bubble menu
This commit is contained in:
parent
8d1fb6059f
commit
6cbb56ac5f
1 changed files with 1 additions and 12 deletions
|
@ -302,7 +302,6 @@
|
|||
z-index: 110;
|
||||
margin: -5px 14px 5px 10px;
|
||||
right: 0;
|
||||
border: 1px solid #bbb;
|
||||
-webkit-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));
|
||||
-moz-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));
|
||||
-ms-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));
|
||||
|
@ -320,9 +319,7 @@
|
|||
|
||||
/* miraculous border arrow stuff */
|
||||
.bubble:after,
|
||||
.bubble:before,
|
||||
#app-navigation .app-navigation-entry-menu:after,
|
||||
#app-navigation .app-navigation-entry-menu:before {
|
||||
#app-navigation .app-navigation-entry-menu:after {
|
||||
bottom: 100%;
|
||||
right: 0; /* change this to adjust the arrow position */
|
||||
border: solid transparent;
|
||||
|
@ -341,14 +338,6 @@
|
|||
margin-left: -10px;
|
||||
}
|
||||
|
||||
.bubble:before,
|
||||
#app-navigation .app-navigation-entry-menu:before {
|
||||
border-color: rgba(187, 187, 187, 0);
|
||||
border-bottom-color: #bbb;
|
||||
border-width: 11px;
|
||||
margin-left: -11px;
|
||||
}
|
||||
|
||||
/* list of options for an entry */
|
||||
#app-navigation .app-navigation-entry-menu ul {
|
||||
display: block !important;
|
||||
|
|
Loading…
Reference in a new issue