eoger / tabcenter-redux

Vertical Tabs extension for Firefox
Mozilla Public License 2.0
381 stars 67 forks source link

Remove Icons Altogether #426

Open jimmy502 opened 4 years ago

jimmy502 commented 4 years ago

Is it possible to remove icons altogether on the side tabs and display only the tab title text?

ariasuni commented 4 years ago

You can use this custom CSS:

.tab-meta-image {
  display: none;
}