Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 292445

Toolbar tabs RTL styling is not applied

$
0
0

In an RTL language, the main toolbar tabs should float to the right.

The CSS that causes this is no longer targeting the right structure in the HTML. This is the current layout in an RTL language.

Screenshot of the toolbar. The page is rendered in an RTL language. The toolbar tabs are floated left. They should be floated right.

The tabs used to be rendered in an unordered list. The CSS reflected this:

.js .toolbar .bar li {
  float: right;
}

The tabs are now rendered as div elements, so the selector above no longer applies.

The li in the selector above should be changed to a class .tab to correct this.

AttachmentSizeStatusTest resultOperations
incorrect-layout.png88.93 KBIgnored: Check issue status.NoneNone

Viewing all articles
Browse latest Browse all 292445

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>