Tabar small fixes

This commit is contained in:
Rafael Mardojai CM 2019-06-03 19:46:34 -05:00
parent eab2536401
commit edffcd702e
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ tab > stack {
} }
#TabsToolbar .toolbar-items { #TabsToolbar .toolbar-items {
margin-bottom: -1px !important; margin-bottom: 0px !important;
} }
/* Remove hover effects on tab bar buttons */ /* Remove hover effects on tab bar buttons */
@ -147,7 +147,7 @@ tab[selected]:-moz-window-inactive {
width: 16px; width: 16px;
} }
:root:-moz-window-inactive .tab-close-button { :root:-moz-window-inactive .tab-close-button {
opacity: .18; opacity: .18 !important;
} }
:root:not(:-moz-window-inactive) .tab-close-button:hover { :root:not(:-moz-window-inactive) .tab-close-button:hover {
background-image: var(--gnome-icons-hack-close-button-hover-bgimage); background-image: var(--gnome-icons-hack-close-button-hover-bgimage);